draftOrderCreateMerchantCheckout - admin-graphql - MUTATION
Version: unstable
Description:
Creates a merchant checkout for the given draft order.
Access Scopes
`write_draft_orders` access scope. Also: The user must have access to pay draft orders by credit card. Requires `write_checkouts` access scope.
Arguments
-
id:
ID! -
Specifies the Draft order's id that we create the checkout for.
Returns
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples