Skip to main content
Anchor to OrderEditCommitPayload

OrderEditCommitPayload

payload

Return type for orderEditCommit mutation.

•Order

The order with changes applied.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.


Was this section helpful?