Product Operation
Requires access scope.
An entity that represents details of an asynchronous operation on a product.
Anchor to FieldsFields
- Anchor to productproduct•Product
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation Status! non-null The status of this operation.
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,
, or
.
The
product
field provides the details of the created or updated product.The
field provides mutation errors that occurred during the operation.
- •ID!non-null
A globally-unique ID.
- Anchor to productproduct•Product
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation Status! non-null The status of this operation.
- Anchor to userErrorsuser•[Product
Errors Bundle Mutation User Error!]! non-null Returns mutation errors occurred during background mutation processing.
- •ID!
- •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.
- Anchor to deletedProductIddeleted•ID
Product Id The ID of the deleted product.
- •ID!non-null
A globally-unique ID.
- Anchor to productproduct•Product
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation Status! non-null The status of this operation.
- Anchor to userErrorsuser•[User
Errors Error!]! 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,
, 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.
- •ID!non-null
A globally-unique ID.
- Anchor to newProductnew•Product
Product The newly created duplicate of the original product.
- Anchor to productproduct•Product
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation Status! non-null The status of this operation.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null Returns mutation errors occurred during background mutation processing.
- •ID!
- •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.
- •ID!non-null
A globally-unique ID.
- Anchor to productproduct•Product
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation Status! non-null The status of this operation.
- Anchor to userErrorsuser•[Product
Errors Set User Error!]! non-null Returns mutation errors occurred during background mutation processing.
- •ID!