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

# SaleChannelListingInput Input Type

No description

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

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

### Fields

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

#### [`addChannels`](#add-channels) ● [`[SaleChannelListingAddInput!]`](/api-reference/discounts/inputs/sale-channel-listing-add-input.md)

List of channels to which the sale should be assigned.

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

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

List of channels from which the sale should be unassigned.

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

### Member Of

[`saleChannelListingUpdate`](/api-reference/deprecated/discounts/mutations/sale-channel-listing-update.md) mutation
