Connections
collectionPublications ([ResourcePublicationConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication)
)
The collection publications for the list of collections published to the channel.
collections ([CollectionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection)
)
The list of collections published to the channel.
productPublications ([ResourcePublicationConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication)
)
The product publications for the list of products published to the channel.
products ([ProductConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product)
)
The list of products published to the channel.
Fields
app ([App!](https://shopify.dev/docs/admin-api/graphql/reference/apps/app)
)
渠道关联的 app.
hasCollection ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether the collection is available to the channel.
参数 | 描述 |
---|---|
id ( [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01) ) REQUIRED |
Collection ID to check. |
id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一识别标识.
name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
渠道名称.
supportsFuturePublishing ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
是否支持Future发布.
返回Channel的类型
[ProductPublication.channel](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpublication#channel-2021-01)
实现
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
Deprecated fields
- handle (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
) DEPRECATED
Unique identifier for the channel. Deprecation warning: Use<font style="background-color:#FFFB8F;">id</font>
instead
- navigationItems (
[[NavigationItem!]!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/navigationitem)
) DEPRECATED
Menu items for the channel, which also appear as submenu items in left navigation sidebar in the Shopify admin.
- overviewPath (
[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
) DEPRECATED
Home page for the channel.
- productPublications (
[ProductPublicationConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpublication)
) DEPRECATED
The product publications for the products published to the channel. Deprecation warning : Use<font style="background-color:#FFFB8F;">productPublicationsV3</font>
instead
An auto-generated type for paginating through multiple Channels.
On this page
Fields
- edges (
[[ChannelEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[Channel!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel)
)
The item at the end of ChannelEdge.
Types that return ChannelEdge
[ChannelConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel#edges-2021-01)