--- title: ChannelCreatePayload - GraphQL Admin description: Return type for `channelCreate` mutation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelCreatePayload.md --- # Channel​Create​Payload payload Return type for `channelCreate` mutation. ## Fields * channel [Channel](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Channel) The created channel connection. * user​Errors [\[Channel​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [channel​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelCreate) mutation Creates a channel connection using a channel specification handle. * input [Channel​Create​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ChannelCreateInput) required ### Arguments The input for creating the channel connection. *** *** ## Map ### Mutations with this payload * [channel​Create](https://shopify.dev/docs/api/admin-graphql/unstable/types/channelCreate)