Skip to main content
mutation

Requires write_draft_orders access scope. Also: The user must have access to mark as paid, or set payment terms.

Completes a draft order and creates an order.

•ID!required

The draft order to complete.

•ID

The gateway for the completed draft order.

•String

A channel definition handle used for sales channel attribution.

•BooleanDeprecatedDefault:false

Was this section helpful?

Anchor to DraftOrderCompletePayload returnsDraftOrderCompletePayload returns

•DraftOrder

The completed draft order.

•[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?