--- title: ChannelUpdateUserError - GraphQL Admin description: An error that occurs during the execution of `ChannelUpdate`. api_version: 2026-04 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelUpdateUserError md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelUpdateUserError.md --- # Channel​Update​User​Error object An error that occurs during the execution of `ChannelUpdate`. ## Fields * code [Channel​Update​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/ChannelUpdateUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [channel​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/channelUpdate) mutation Updates the properties of an existing [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/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 [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The ID of the [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel) to update. * input [Channel​Update​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ChannelUpdateInput) required The input fields for updating the channel. *** *** ## ChannelUpdateUserError Mutations ### Mutated by * [channel​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/channelUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ChannelUpdateUserError Implements ### Implements * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)