Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutation

Requires write_order_edits access scope.

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.

ID!required

The ID of the order to begin editing.


Was this section helpful?

Anchor to OrderEditBeginPayload returnsOrderEditBeginPayload returns

The order that will be edited.

The order edit session that was created.

The list of errors that occurred from executing the mutation.


Was this section helpful?