Skip to main content
Version: 3.x

ShippingMethodChannelListing

Represents shipping method channel listing.

type ShippingMethodChannelListing implements Node {
id: ID!
channel: Channel!
maximumOrderPrice: Money
minimumOrderPrice: Money
price: Money
}

Fields

ShippingMethodChannelListing.id ● ID! non-null scalar

The ID of shipping method channel listing.

ShippingMethodChannelListing.channel ● Channel! non-null object

The channel associated with the shipping method channel listing.

ShippingMethodChannelListing.maximumOrderPrice ● Money object

Maximum order price.

ShippingMethodChannelListing.minimumOrderPrice ● Money object

Minimum order price.

ShippingMethodChannelListing.price ● Money object

Price of the shipping method in the associated channel.

Interfaces

Node interface

An object with an ID

Member of

ShippingMethodType object


Was this page helpful?