SaleChannelListingInput
No description
input SaleChannelListingInput {
addChannels: [SaleChannelListingAddInput!]
removeChannels: [ID!]
}
Fields
SaleChannelListingInput.addChannels
● [SaleChannelListingAddInput!]
list input discounts
List of channels to which the sale should be assigned.
SaleChannelListingInput.removeChannels
● [ID!]
list scalar miscellaneous
List of channels from which the sale should be unassigned.
Member Of
saleChannelListingUpdate
mutation