ProductPublication object
Represents the channels where a product is published.
On this page
Fields
- channel (
[Channel!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel)
)
The channel where the product was or is published. - isPublished (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether the publication is published or not. - product (
[Product!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product)
)
The product that was or is going to be published on the channel. - publishDate (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date that the product was or is going to be published on the channel.
An auto-generated type for paginating through multiple ProductPublications.
On this page
Fields
- edges (
[[ProductPublicationEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpublication)
)
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 ProductPublication 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 (
[ProductPublication!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpublication)
)
The item at the end of ProductPublicationEdge.
Types that return ProductPublicationEdge
[ProductPublicationConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productpublication#edges-2021-01)