Skip to main content
Log inSign up
Anchor to draftOrderCreateFromOrder

draftOrderCreateFromOrder

mutation

Requires write_draft_orders access scope. Also: Requires write_orders access scope.

Creates a draft order from order.

•
ID!required

Specifies the order's id that we create the draft order from.


Was this section helpful?

Anchor to DraftOrderCreateFromOrderPayload returnsDraftOrderCreateFromOrderPayload returns

•

The created draft order.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?