Skip to main content

ChannelUpdate

Update a channel.

Requires MANAGE_CHANNELSpermission.
Requires one of the following permissions when updating only orderSettings field: MANAGE_CHANNELSMANAGE_ORDERS
type ChannelUpdate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}

Fields

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

DEPRECATED

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

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

ChannelUpdate.channel ● Channel object

Returned by

channelUpdate mutation


Was this page helpful?