ShippingMethodChannelListing Object
Represents shipping method channel listing.
type ShippingMethodChannelListing implements Node {
id: ID!
channel: Channel!
maximumOrderPrice: Money
minimumOrderPrice: Money
price: Money
}
Fields
id ● ID!
The ID of shipping method channel listing.
channel ● Channel!
The channel associated with the shipping method channel listing.
maximumOrderPrice ● Money
Maximum order price.
minimumOrderPrice ● Money
Minimum order price.
price ● Money
Price of the shipping method in the associated channel.
Interfaces
Node
An object with an ID
Member Of
ShippingMethodType object