Skip to main content
mutation

Updates the properties of an existing Channel. Use this mutation to update account information — such as the display name shown in Shopify Admin — or to bind the channel to a different channel specification.

Updating the specificationHandle triggers re-evaluation of the specification's country coverage against the shop's region markets, reconciling product feeds accordingly. This is also the mechanism for migrating legacy channel records to the multi-channel model by assigning a specification handle.

ID!
required

The ID of the Channel to update.

ChannelUpdateInput!
required

The input fields for updating the channel.


Was this section helpful?

Anchor to ChannelUpdatePayload returnsChannelUpdatePayload returns

Channel

The channel that was updated.

[ChannelUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?