Skip to main content
Version: 3.x

ChannelUpdate

Update a channel.

Requires MANAGE_CHANNELSpermission.
Requires one of the following permissions when updating only `orderSettings` field: `MANAGE_CHANNELS``MANAGE_ORDERS`
Requires one of the following permissions when updating only `checkoutSettings` field: `MANAGE_CHANNELS``MANAGE_CHECKOUTS`
Requires one of the following permissions when updating only `paymentSettings` field: `MANAGE_CHANNELS``HANDLE_PAYMENTS`

Triggers the following webhook events:

  • CHANNEL_UPDATED (async): A channel was updated.
  • CHANNEL_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.
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?