Skip to main content
Version: 3.x

ChannelActivate

Activate a channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was activated.
type ChannelActivate {
channel: Channel
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
}

Fields

ChannelActivate.channel ● Channel object

Activated channel.

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

DEPRECATED

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

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

Returned by

channelActivate mutation


Was this page helpful?