MultiSellerShippingMethod
Available shipping methods for a specific seller.
type MultiSellerShippingMethod {
sellerId: ID!
sellerName: String!
value: [ShippingMethod!]!
}
Fields
MultiSellerShippingMethod.sellerId ● ID! non-null scalar
Global ID of the seller.
MultiSellerShippingMethod.sellerName ● String! non-null scalar
Name of the seller.
MultiSellerShippingMethod.value ● [ShippingMethod!]! non-null object
List of available shipping methods for this seller.
Member Of
Checkout object ● NauticalOrder object