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