Skip to main content
object

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.

•App!
non-null

The underlying app used by the channel.

Anchor to collectionPublicationsV3collectionPublicationsV3
•ResourcePublicationConnection!
non-null

The list of collection publications. Each record represents information about the publication of a collection.

•CollectionConnection!
non-null

The list of collections published to the channel.

•Boolean!
non-null

Whether the collection is available to the channel.

Arguments

•ID!
required

The collection ID to check.


•ID!
non-null

A globally-unique ID.

•String!
non-null

The name of the channel.

Anchor to productPublicationsV3productPublicationsV3
•ResourcePublicationConnection!
non-null

The list of product publication records for products published to this channel.

•ProductConnection!
non-null

The list of products published to the channel.

•Count

Retrieves the total count of products that are currently published to a specific sales channel. This provides a quick way to understand channel inventory without fetching the full product list.

For example, when building channel management dashboards, you can display how many products are available in each channel like "150 products in Online Store" or "75 products in Facebook Shop."

Use ChannelProductsCount to:

  • Display inventory summaries in channel management interfaces
  • Monitor product distribution across sales channels
  • Validate channel setup and product availability

The count reflects only published products and updates as merchants add or remove products from channels.

Learn more about sales channels. Limited to a maximum of 10000 by default.

Anchor to supportsFuturePublishingsupportsFuturePublishing
•Boolean!
non-null

Whether the channel supports future publishing.

Deprecated fields

•String!
non-nullDeprecated
•[NavigationItem!]!
non-nullDeprecated
•URL
Deprecated
•ProductPublicationConnection!
non-nullDeprecated

Was this section helpful?

Deprecated queries

•query
Deprecated
•query
Deprecated

Was this section helpful?

•interface

Was this section helpful?