Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

queryDeprecated

Lookup a channel by ID. Use publication instead.

ID!required

The ID of the Channel to return.


Was this section helpful?

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.

collectionPublicationsV3
non-null

The collection publications for the list of collections published to the channel.

collections
non-null

The list of collections published to the channel.

hasCollection
non-null

Whether the collection is available to the channel.

id
non-null

A globally-unique ID.

name
non-null

The name of the channel.

productPublicationsV3
non-null

The product publications for the list of products published to the channel.

products
non-null

The list of products published to the channel.

productsCount

The count of products published to the channel. Limited to a maximum of 10000.

supportsFuturePublishing
non-null

Whether the channel supports future publishing.

handle
non-nullDeprecated

The unique identifier for the channel. Use id instead.

navigationItems
non-nullDeprecated

The menu items for the channel, which also appear as submenu items in the left navigation sidebar in the Shopify admin. Use AppInstallation.navigationItems instead.

overviewPath
Deprecated

Home page for the channel. Use AppInstallation.launchUrl instead.

productPublications
non-nullDeprecated

The product publications for the products published to the channel. Use productPublicationsV3 instead.


Was this section helpful?