Product Operation Status
Represents the state of this product operation.
Anchor to Valid valuesValid values
- Anchor to ACTIVEACTIVE
Operation is currently running.
- Anchor to COMPLETECOMPLETE
Operation is complete.
- Anchor to CREATEDCREATED
Operation has been created.
Anchor to FieldsFields
- •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,
, or
.
The
product
field provides the details of the created or updated product.The
field provides mutation errors that occurred during the operation.
- •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,
, or
.
The
field provides the ID of the deleted product.
The
field provides mutation errors that occurred during the operation.
- •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,
, or
.
The
product
field provides the details of the original product.The
field provides the details of the new duplicate of the product.
The
field provides mutation errors that occurred during the operation.
- •INTERFACE
An entity that represents details of an asynchronous operation on a product.
- •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,
, or
.
The
product
field provides the details of the created or updated product.The
field provides mutation errors that occurred during the operation.