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

# VoucherChannelListingInput Input Type

No description

```graphql
input VoucherChannelListingInput {
  addChannels: [VoucherChannelListingAddInput!]
  removeChannels: [ID!]
}
```

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

### Fields

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

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

List of channels to which the voucher should be assigned.

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

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

List of channels from which the voucher should be unassigned.

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

### Member Of

[`voucherChannelListingUpdate`](/api-reference/discounts/mutations/voucher-channel-listing-update.md) mutation
