orderEditBegin - admin-graphql - MUTATION
Version: 2024-10
Description:
Starts editing an order. Mutations are operating on `OrderEdit`.
All order edits start with `orderEditBegin`, have any number of `orderEdit`* mutations made, and end with `orderEditCommit`.
Access Scopes
`write_order_edits` access scope.
Arguments
-
id:
ID! -
The ID of the order to begin editing.
Returns
-
calculatedOrder:
CalculatedOrder
The order that will be edited.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples