product Operation
Returns a ProductOperation resource by ID.
This can be used to query the ProductSetOperation, using the ID that was returned when the product was created or updated by the ProductSet mutation.
The status field indicates whether the operation is , , or .
The product field provides the details of the created or updated product.
For the
ProductSetOperation, the
field provides mutation errors that occurred during the operation.
Arguments
- id (ID!)
- •ID!required
The ID of the
to return.
Anchor to Possible returnsPossible returns
- ProductOperation (ProductOperation)
- Anchor to ProductOperationProduct•Product
Operation Operation An interface representing asynchronous operations on products. Tracks the status and details of background product mutations like
,,, andoperations. Provides status field (CREATED, ACTIVE, COMPLETE) and product field to monitor long-running product operations.- 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.