MultiSellerShippingMethod
No description
type MultiSellerShippingMethod {
sellerId: ID!
sellerName: String!
value: [ShippingMethod!]!
}
Fields
MultiSellerShippingMethod.sellerId ● ID! non-null scalar
MultiSellerShippingMethod.sellerName ● String! non-null scalar
MultiSellerShippingMethod.value ● [ShippingMethod!]! non-null object
Member Of
Checkout object ● NauticalOrder object