orderEditBegin - admin-graphql - MUTATION
Version: unstable
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.
orderEditSession
: OrderEditSession The order edit session that was created.
userErrors
: UserError! The list of errors that occurred from executing the mutation.
Examples