CollectionChannelListingUpdateInput
No description
input CollectionChannelListingUpdateInput {
addChannels: [PublishableChannelListingInput!]
removeChannels: [ID!]
}
Fields
CollectionChannelListingUpdateInput.addChannels
● [PublishableChannelListingInput!]
list input products
List of channels to which the collection should be assigned.
CollectionChannelListingUpdateInput.removeChannels
● [ID!]
list scalar miscellaneous
List of channels from which the collection should be unassigned.
Member Of
collectionChannelListingUpdate
mutation