ShippingMethodChannelListingAddInput
No description
input ShippingMethodChannelListingAddInput {
channelId: ID!
price: PositiveDecimal
minimumOrderPrice: PositiveDecimal
maximumOrderPrice: PositiveDecimal
}
Fields
ShippingMethodChannelListingAddInput.channelId ● ID! non-null scalar
ID of a channel.
ShippingMethodChannelListingAddInput.price ● PositiveDecimal scalar
Shipping price of the shipping method in this channel.
ShippingMethodChannelListingAddInput.minimumOrderPrice ● PositiveDecimal scalar
Minimum order price to use this shipping method.
ShippingMethodChannelListingAddInput.maximumOrderPrice ● PositiveDecimal scalar
Maximum order price to use this shipping method.
Member of
Was this page helpful?