Skip to main content
Version: 3.x

ChannelDeactivate

Deactivate a channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

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

Fields

ChannelDeactivate.channel ● Channel object

Deactivated channel.

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

DEPRECATED

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

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

Returned by

channelDeactivate mutation


Was this page helpful?