checkoutCreate - storefront - MUTATION
Version: 2024-04
Description:
Creates a new checkout.
Access Scopes
`unauthenticated_write_checkouts` access scope.
Arguments
-
input:
CheckoutCreateInput! -
The fields used to create a checkout.
-
queueToken:
String -
The checkout queue token. Available only to selected stores.
Returns
-
checkout:
Checkout
The new checkout object.
-
checkoutUserErrors:
CheckoutUserError!
The list of errors that occurred from executing the mutation.
-
queueToken:
String
The checkout queue token. Available only to selected stores.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples