# draftOrderCreateMerchantCheckout - admin - MUTATION
Version: 2024-04

## 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](/docs/api/admin/2024-04/scalars/ID): ID! - Specifies the Draft order's id that we create the checkout for.


## Returns
* [userErrors](/docs/api/admin/2024-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples