Anchor to orderEditCommitorder
mutationorder Edit Commit
Requires access scope.
Applies and saves staged changes to an order. Mutations are operating on .
All order edits start with
, have any number of
* mutations made, and end with
.
Anchor to Arguments
Arguments
- •ID!required
The ID of the calculated order or the order edit session that will have its changes applied to the order.
- Anchor to notifyCustomernotify•Boolean
Customer Whether to notify the customer or not.
- Anchor to staffNotestaff•String
Note Note for staff members.
Was this section helpful?
- Anchor to orderorder•Order
The order with changes applied.
- Anchor to successMessagessuccess•[String!]
Messages Messages to display to the user after the staged changes are commmitted.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?