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

# ShippingMethodChannelListingInput Input Type

No description

```graphql
input ShippingMethodChannelListingInput {
  addChannels: [ShippingMethodChannelListingAddInput!]
  removeChannels: [ID!]
}
```

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

### Fields

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

#### [`addChannels`](#add-channels) ● [`[ShippingMethodChannelListingAddInput!]`](/api-reference/shipping/inputs/shipping-method-channel-listing-add-input.md)

List of channels to which the shipping method should be assigned.

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

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

List of channels from which the shipping method should be unassigned.

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

### Member Of

[`shippingMethodChannelListingUpdate`](/api-reference/shipping/mutations/shipping-method-channel-listing-update.md) mutation
