# channel - admin-graphql - QUERY Version: 2024-10 ## Description Lookup a channel by ID. ### Access Scopes ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the `Channel` to return. ## Returns * [app](/docs/api/admin-graphql/2024-10/objects/App): App! The underlying app used by the channel. * [handle](/docs/api/admin-graphql/2024-10/scalars/String): String! The unique identifier for the channel. * [hasCollection](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the collection is available to the channel. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! A globally-unique ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! The name of the channel. * [navigationItems](/docs/api/admin-graphql/2024-10/objects/NavigationItem): NavigationItem! The menu items for the channel, which also appear as submenu items in the left navigation sidebar in the Shopify admin. * [overviewPath](/docs/api/admin-graphql/2024-10/scalars/URL): URL Home page for the channel. * [productsCount](/docs/api/admin-graphql/2024-10/objects/Count): Count The count of products published to the channel. Limited to a maximum of 10000. * [supportsFuturePublishing](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the channel supports future publishing. ## Examples