Skip to main content
object

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

Anchor to Fields and connectionsFields and connections

•Boolean!non-null

Whether new products are automatically published to this publication.

•Catalog

The catalog associated with the publication.

Anchor to collectionPublicationsV3collectionPublicationsV3
•ResourcePublicationConnection!non-null

The collection publications for the list of collections published to the publication.

•CollectionConnection!non-null

The list of collections published to the publication.

•Boolean!non-null

Whether the collection is available to the publication.

•ID!non-null

A globally-unique ID.

•ProductConnection!non-null

The list of products included, but not necessarily published, in the publication.

•PublicationOperation

A background operation associated with this publication.

Anchor to productPublicationsV3productPublicationsV3
•ResourcePublicationConnection!non-null

The product publications for the list of products published to the publication.

•ProductConnection!non-null

The list of products published to the publication.

Anchor to supportsFuturePublishingsupportsFuturePublishing
•Boolean!non-null

Whether the publication supports future publishing.

Deprecated fields and connections

•App!non-nullDeprecated
•String!non-nullDeprecated

Was this section helpful?

•query

Lookup a publication by ID.

•query

List of publications.


Was this section helpful?

•mutation

Creates a publication.

Arguments

•PublicationCreateInput!required

The input fields to use when creating the publication.


Fields

•Publication

The publication that's been created.

•[PublicationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a publication.

Arguments

•ID!required

The ID of the publication to update.

•PublicationUpdateInput!required

The input fields to use when updating the publication.


Fields

•Publication

The publication that's been updated.

•[PublicationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

•interface

Was this section helpful?