OrderCancelJobResult - admin-graphql - OBJECT
Version: unstable
Description:
A job to determine the result of an order cancellation request.
Access Scopes
`read_orders` access scope. Also: The user requires `cancel_orders` access scope.
Fields
-
done:
Boolean! -
This indicates if the job is still queued or has been run.
-
errors:
OrderCancelUserError! -
Returns any error that occurred during order cancellation.
-
id:
ID! -
A globally-unique ID that's returned when running an asynchronous mutation.
-
order:
Order -
The order associated with the cancellation request.
-
status:
OrderCancelStatus! -
The current status of the order cancellation request.
Connections
Related queries
Related mutations
Related Unions
Examples