Skip to main content
Anchor to PublicationOperation

PublicationOperation

union

Requires The user must have read_products or read_publications access.

The possible types of publication operations.

•OBJECT

Represents an operation publishing all products to a publication.

•ID!
non-null

A globally-unique ID.

•Int

The count of processed rows, summing imported, failed, and skipped rows.

•RowCount

Represents a rows objects within this background operation.

•ResourceOperationStatus!
non-null

The status of this operation.

•OBJECT

A catalog csv operation represents a CSV file import.

•ID!
non-null

A globally-unique ID.

•Int

The count of processed rows, summing imported, failed, and skipped rows.

•RowCount

Represents a rows objects within this background operation.

•ResourceOperationStatus!
non-null

The status of this operation.

•OBJECT

A bulk update operation on a publication.

•ID!
non-null

A globally-unique ID.

•Int

The count of processed rows, summing imported, failed, and skipped rows.

•RowCount

Represents a rows objects within this background operation.

•ResourceOperationStatus!
non-null

The status of this operation.


Was this section helpful?

Anchor to Fields with this unionFields with this union

•OBJECT

A group of products and collections that are published to an app.

Each publication manages which products and collections display on its associated Channel. Merchants can automatically publish products when they're created if autoPublish is enabled, or manually control publication through publication records.

Publications support scheduled publishing through future publish dates for online store channels, allowing merchants to coordinate product launches and promotional campaigns. The catalog field links to pricing and availability rules specific to that publication's context.


Was this section helpful?