Anchor to ProductOperationProduct
Product Operation
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 Status!non-null The status of this operation.
Was this section helpful?
{
"product": "",
"status": ""
}
{
"product": "",
"status": ""
}
interface ProductOperation {
product: Product
status: ProductOperationStatus!
}