> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/inputs/collection-channel-listing-update-input

# CollectionChannelListingUpdateInput Input Type

No description

```graphql
input CollectionChannelListingUpdateInput {
  addChannels: [PublishableChannelListingInput!]
  removeChannels: [ID!]
}
```

<a id="fields"></a>

### Fields

<a id="add-channels"></a>

#### [`addChannels`](#add-channels) ● [`[PublishableChannelListingInput!]`](/api-reference/products/inputs/publishable-channel-listing-input.md)

List of channels to which the collection should be assigned.

<a id="remove-channels"></a>

#### [`removeChannels`](#remove-channels) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of channels from which the collection should be unassigned.

<a id="member-of"></a>

### Member Of

[`collectionChannelListingUpdate`](/api-reference/products/mutations/collection-channel-listing-update.md) mutation
