--- title: ChannelInformation - GraphQL Admin description: Contains the information for a given sales channel. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelInformation md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelInformation.md --- # Channel​Information object Contains the information for a given sales channel. ## Fields * app [App!](https://shopify.dev/docs/api/admin-graphql/latest/objects/App) non-null The app associated with the channel. * channel​Definition [Channel​Definition](https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelDefinition) The channel definition associated with the channel. * channel​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null The unique ID for the channel. * display​Name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The publishing destination display name or channel name. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. *** ## Map ### Fields with this object * {}[Order.channelInformation](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order#field-Order.fields.channelInformation) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-ChannelInformation Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)