--- title: channelUpdate - GraphQL Admin description: Updates a channel connection using a channel specification handle. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelUpdate' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelUpdate.md --- # channel​Update mutation Updates a channel connection using a channel specification handle. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The ID of the channel connection to update. * input [Channel​Update​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ChannelUpdateInput) required The input for updating the channel connection. *** ## Channel​Update​Payload returns * channel [Channel](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Channel) The updated channel connection. * user​Errors [\[Channel​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### channelUpdate reference