--- title: ChannelUpdatePayload - GraphQL Admin description: Return type for `channelUpdate` mutation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelUpdatePayload md: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelUpdatePayload.md --- # Channel​Update​Payload payload Return type for `channelUpdate` mutation. ## Fields * 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. *** ## Mutations with this payload * [channel​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelUpdate) mutation Updates a channel connection using a channel specification handle. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments 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. *** *** ## Map ### Mutations with this payload * [channel​Update](https://shopify.dev/docs/api/admin-graphql/unstable/types/channelUpdate)