Anchor to ProductOperationProduct
ProductOperation
interface
Requires access scope.
An entity that represents details of an asynchronous operation on a product.
Anchor to FieldsFields
- Anchor to productproduct•
The product on which the operation is being performed.
- Anchor to statusstatus•Product
Operation non-nullStatus! The status of this operation.
Was this section helpful?
{
"product": "",
"status": ""
}
{
"product": "",
"status": ""
}
interface ProductOperation {
product: Product
status: ProductOperationStatus!
}