stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Channel

AdminTypes.Channel interface

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.

Signature:

export interface Channel extends Node 

Extends: Node

Properties

Property Modifiers Type Description
app   App The underlying app used by the channel.
collectionPublicationsV3   ResourcePublicationConnection The collection publications for the list of collections published to the channel.
collections   CollectionConnection The list of collections published to the channel.
handle   Scalars[‘String’][‘output’] The unique identifier for the channel.
hasCollection   Scalars[‘Boolean’][‘output’] Whether the collection is available to the channel.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
name   Scalars[‘String’][‘output’] The name of the channel.
navigationItems   Array<NavigationItem> The menu items for the channel, which also appear as submenu items in the left navigation sidebar in the Shopify admin.
overviewPath?   Maybe<Scalars[‘URL’][‘output’]> (Optional) Home page for the channel.
productPublications   ProductPublicationConnection The product publications for the products published to the channel.
productPublicationsV3   ResourcePublicationConnection The product publications for the list of products published to the channel.
products   ProductConnection The list of products published to the channel.
supportsFuturePublishing   Scalars[‘Boolean’][‘output’] Whether the channel supports future publishing.