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
channelUpdate(
id: ID!
input: ChannelUpdateInput!
): ChannelUpdate

Arguments

channelUpdate.id ● ID! non-null scalar

ID of a channel to update.

channelUpdate.input ● ChannelUpdateInput! non-null input

Fields required to update a channel.

Type

ChannelUpdate object

Update a channel.

Requires MANAGE_CHANNELSpermission.
Requires one of the following permissions when updating only orderSettings field: MANAGE_CHANNELSMANAGE_ORDERS

Was this page helpful?