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