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