Skip to main content
interface

Requires read_products access scope.

An entity that represents details of an asynchronous operation on a product.

•Product

The product on which the operation is being performed.

•ProductOperationStatus!
non-null

The status of this operation.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

An entity that represents details of an asynchronous ProductBundleCreate or ProductBundleUpdate mutation.

By querying this entity with the productOperation query using the ID that was returned when the bundle was created or updated, this can be used to check the status of an operation.

The status field indicates whether the operation is CREATED, ACTIVE, or COMPLETE.

The product field provides the details of the created or updated product.

The userErrors field provides mutation errors that occurred during the operation.

•ID!
non-null

A globally-unique ID.

•Product

The product on which the operation is being performed.

•ProductOperationStatus!
non-null

The status of this operation.

•[ProductBundleMutationUserError!]!
non-null

Returns mutation errors occurred during background mutation processing.

•OBJECT

An entity that represents details of an asynchronous ProductDelete mutation.

By querying this entity with the productOperation query using the ID that was returned when the product was deleted, this can be used to check the status of an operation.

The status field indicates whether the operation is CREATED, ACTIVE, or COMPLETE.

The deletedProductId field provides the ID of the deleted product.

The userErrors field provides mutation errors that occurred during the operation.

•ID

The ID of the deleted product.

•ID!
non-null

A globally-unique ID.

•Product

The product on which the operation is being performed.

•ProductOperationStatus!
non-null

The status of this operation.

•[UserError!]!
non-null

Returns mutation errors occurred during background mutation processing.

•OBJECT

An entity that represents details of an asynchronous ProductDuplicate mutation.

By querying this entity with the productOperation query using the ID that was returned when the product was duplicated, this can be used to check the status of an operation.

The status field indicates whether the operation is CREATED, ACTIVE, or COMPLETE.

The product field provides the details of the original product.

The newProduct field provides the details of the new duplicate of the product.

The userErrors field provides mutation errors that occurred during the operation.

•ID!
non-null

A globally-unique ID.

•Product

The newly created duplicate of the original product.

•Product

The product on which the operation is being performed.

•ProductOperationStatus!
non-null

The status of this operation.

•[UserError!]!
non-null

Returns mutation errors occurred during background mutation processing.

•OBJECT

An entity that represents details of an asynchronous ProductSet mutation.

By querying this entity with the productOperation query using the ID that was returned when the product was created or updated, this can be used to check the status of an operation.

The status field indicates whether the operation is CREATED, ACTIVE, or COMPLETE.

The product field provides the details of the created or updated product.

The userErrors field provides mutation errors that occurred during the operation.

•ID!
non-null

A globally-unique ID.

•Product

The product on which the operation is being performed.

•ProductOperationStatus!
non-null

The status of this operation.

•[ProductSetUserError!]!
non-null

Returns mutation errors occurred during background mutation processing.


Was this section helpful?