Skip to main content
mutation

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.

ID!required

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

Boolean

Whether to notify the customer or not.

String

Note for staff members.


Was this section helpful?

Anchor to OrderEditCommitPayload returnsOrderEditCommitPayload returns

Order

The order with changes applied.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?