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

# ProductChannelListingUpdateInput Input Type

No description

```graphql
input ProductChannelListingUpdateInput {
  updateChannels: [ProductChannelListingAddInput!]
  removeChannels: [ID!]
}
```

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

### Fields

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

#### [`updateChannels`](#update-channels) ● [`[ProductChannelListingAddInput!]`](/api-reference/products/inputs/product-channel-listing-add-input.md)

List of channels to which the product should be assigned or updated.

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

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

List of channels from which the product should be unassigned.

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

### Member Of

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