SaleChannelListingAddInput
No description
input SaleChannelListingAddInput {
channelId: ID!
discountValue: PositiveDecimal!
}
Fields
SaleChannelListingAddInput.channelId
● ID!
non-null scalar
ID of a channel.
SaleChannelListingAddInput.discountValue
● PositiveDecimal!
non-null scalar
The value of the discount.
Member of
SaleChannelListingInput
input