ChannelActivate Object
Activate a channel.
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 channels
Activated channel.
ChannelActivate.channelErrors
● [ChannelError!]!
deprecated non-null object channels
DEPRECATED
This field will be removed in Saleor 4.0. Use errors
field instead.
ChannelActivate.errors
● [ChannelError!]!
non-null object channels
Returned By
channelActivate
mutation