# Channel - admin - OBJECT
Version: 2025-01

## Description
A channel represents an app where you sell a group of products and collections.
A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.

### Access Scopes



## Fields
* [app](/docs/api/admin/2025-01/objects/App): App! - The underlying app used by the channel.
* [handle](/docs/api/admin/2025-01/scalars/String): String! - The unique identifier for the channel.
* [hasCollection](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the collection is available to the channel.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the channel.
* [navigationItems](/docs/api/admin/2025-01/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/2025-01/scalars/URL): URL - Home page for the channel.
* [productsCount](/docs/api/admin/2025-01/objects/Count): Count - The count of products published to the channel. Limited to a maximum of 10000.
* [supportsFuturePublishing](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the channel supports future publishing.

## Connections
* [collectionPublicationsV3](/docs/api/admin/2025-01/connections/ResourcePublicationConnection): ResourcePublicationConnection!
* [collections](/docs/api/admin/2025-01/connections/CollectionConnection): CollectionConnection!
* [productPublications](/docs/api/admin/2025-01/connections/ProductPublicationConnection): ProductPublicationConnection!
* [productPublicationsV3](/docs/api/admin/2025-01/connections/ResourcePublicationConnection): ResourcePublicationConnection!
* [products](/docs/api/admin/2025-01/connections/ProductConnection): ProductConnection!



## Related queries
* [channel](/docs/api/admin/2025-01/queries/channel) Lookup a channel by ID.
* [channels](/docs/api/admin/2025-01/queries/channels) List of the active sales channels.

## Related mutations

## Related Unions

## Examples