渠道代表产生交易的地方. 比如 淘宝,有赞,京东,POS机,门店.

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.

参数 描述
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
返回指定游标后面的元素.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
返回指定游标前面的元素.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
返回列表中前 n 个元素.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
返回列表中后 n 个元素.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
是否反转列表的顺序.
默认值: false

collections ([CollectionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection))

The list of collections published to the channel.

参数 描述
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
返回指定游标后面的元素.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
返回指定游标前面的元素.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
返回列表中前 n 个元素.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
返回列表中后 n 个元素.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
是否反转列表的顺序.
默认值: false

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.

参数 描述
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
返回指定游标后面的元素.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
返回指定游标前面的元素.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
返回列表中前 n 个元素.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
返回列表中后 n 个元素.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
是否反转列表的顺序.
默认值: false

products ([ProductConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product))

The list of products published to the channel.

参数 描述
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false

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.
Deprecation warning: Use App.navigationItems instead
  • overviewPath ([URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)) DEPRECATED
    Home page for the channel.
Deprecation warning: Use App.launchUrl instead
  • 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
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false

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)