Skip to main content
Version: 3.x

ChannelCreate

Creates new channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_CREATED (async): A channel was created.
type ChannelCreate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}

Fields

ChannelCreate.channelErrors ● [ChannelError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ChannelCreate.errors ● [ChannelError!]! non-null object

ChannelCreate.channel ● Channel object

Returned by

channelCreate mutation


Was this page helpful?