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

# ChannelCreate Object

Creates a new channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

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

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

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

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[ChannelError!]!`](/api-reference/channels/objects/channel-error.md)

<a id="channel"></a>

#### [`channel`](#channel) ● [`Channel`](/api-reference/channels/objects/channel.md)

Show deprecatedHide deprecated

<a id="channel-errors"></a>

#### [`channelErrors`](#channel-errors) ● [`[ChannelError!]!`](/api-reference/channels/objects/channel-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`channelCreate`](/api-reference/channels/mutations/channel-create.md) mutation
