Requires write_order_edits access scope.

Applies and saves staged changes to an order. Mutations are operating on OrderEdit. All order edits start with orderEditBegin, have any number of orderEdit* mutations made, and end with orderEditCommit.


Anchor to id
id
required

The ID of the calculated order that will have its changes applied to the order.

Whether to notify the customer or not.

Note for staff members.


Was this section helpful?

The order with changes applied.

The list of errors that occurred from executing the mutation.


Was this section helpful?