checkoutCompleteFree - storefront - MUTATION
Version: 2024-04
Description:
Completes a checkout without providing payment information. You can use this mutation for free items or items whose purchase price is covered by a gift card.
Access Scopes
`unauthenticated_write_checkouts` access scope.
Arguments
checkoutId
: ID! - The ID of the checkout.
Returns
checkout
: Checkout The updated checkout object.
checkoutUserErrors
: CheckoutUserError! The list of errors that occurred from executing the mutation.
userErrors
: UserError! The list of errors that occurred from executing the mutation.
Examples