Publication object

A publication is a group of products and collections that is published to an app.


On this page


Connections

collectionPublicationsV3 ([ResourcePublicationConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication))
The collection publications for the list of collections published to the publication.

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

collections ([CollectionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection))
The list of collections published to the publication.

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

productPublicationsV3 ([ResourcePublicationConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication))
The product publications for the list of products published to the publication.

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

products ([ProductConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product))
The list of products published to the publication.

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


Fields

app ([App!](https://shopify.dev/docs/admin-api/graphql/reference/apps/app))
The app associated with the publication.

hasCollection ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
Whether the collection is available to the publication.

Argument Description
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))
Globally unique identifier.

name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
Name of the publication.

supportsFuturePublishing ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
Whether or not this publication supports future publishing.


Types that return Publication

  • [AppInstallation.publication](https://shopify.dev/docs/admin-api/graphql/reference/apps/appinstallation#publication-2021-01)
  • [Collection.unpublishedPublications](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection#unpublishedpublications-2021-01)
  • [CollectionPublication.publication](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionpublication#publication-2021-01)
  • [Order.publication](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#publication-2021-01)
  • [Product.unpublishedPublications](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product#unpublishedpublications-2021-01)
  • [QueryRoot.publication](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#publication-2021-01)
  • [QueryRoot.publications](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#publications-2021-01)
  • [ResourcePublication.publication](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication#publication-2021-01)
  • [ResourcePublicationV2.publication](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublicationv2#publication-2021-01)


Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)