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.
collections ([CollectionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection)
)
The list of collections published to the publication.
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.
products ([ProductConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product)
)
The list of products published to the publication.
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)