> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/channels/llms.txt)
> Source: https://docs.saleor.io/api-reference/channels/mutations/channel-create

# channelCreate Mutation

Creates a new channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

-   CHANNEL\_CREATED (async): A channel was created.

```graphql
channelCreate(
  input: ChannelCreateInput!
): ChannelCreate
```

Details

```graphql
type ChannelCreate {
  channelErrors: [ChannelError!]! @deprecated
  errors: [ChannelError!]!
  channel: Channel
}
```

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`ChannelCreateInput!`](/api-reference/channels/inputs/channel-create-input.md)

Fields required to create channel.

<a id="type"></a>

### Type

<a id="channelcreate"></a>

#### [`ChannelCreate`](/api-reference/channels/objects/channel-create.md)

Creates a new channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

-   CHANNEL\_CREATED (async): A channel was created.
