Skip to main content
Version: Canary 🚧

SaleChannelListingInput

No description

input SaleChannelListingInput {
addChannels: [SaleChannelListingAddInput!]
removeChannels: [ID!]
}

Fields

SaleChannelListingInput.addChannels ● [SaleChannelListingAddInput!] list input

List of channels to which the sale should be assigned.

SaleChannelListingInput.removeChannels ● [ID!] list scalar

List of channels from which the sale should be unassigned.

Member of

saleChannelListingUpdate mutation


Was this page helpful?