Channel - admin-graphql - OBJECT
Version: 2024-10
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:
App! -
The underlying app used by the channel.
-
handle:
String! -
The unique identifier for the channel.
-
hasCollection:
Boolean! -
Whether the collection is available to the channel.
-
id:
ID! -
A globally-unique ID.
-
name:
String! -
The name of the channel.
-
navigationItems:
NavigationItem! -
The menu items for the channel, which also appear as submenu items in the left navigation sidebar in the Shopify admin.
-
overviewPath:
URL -
Home page for the channel.
-
productsCount:
Count -
The count of products published to the channel. Limited to a maximum of 10000.
-
supportsFuturePublishing:
Boolean! -
Whether the channel supports future publishing.
Connections
Related queries
-
channel
Lookup a channel by ID.
-
channels
List of the active sales channels.
Related mutations
Related Unions
Examples