--- title: ChannelUpdateInput - GraphQL Admin description: The input fields to update a channel connection. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ChannelUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ChannelUpdateInput.md --- # Channel​Update​Input input\_object The input fields to update a channel connection. ## Fields * account​Id [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) A unique identifier for the external channel. * account​Name [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The account name for the external channel account that will be displayed in Shopify admin when referencing the connection for identification purposes. * handle [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) A unique identifier for the channel. For example 'marketplace-\'. If the handle isn't provided, then the handle is auto-generated based on the channel specification and the accountId. If the handle is provided, then the channel is updated with the provided handle. * specification​Handle [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The handle of the channel specification to use for updating the channel. *** ## Map No referencing types