checkoutEmailUpdateV2 - storefront - MUTATION
Version: 2024-04
Description:
Updates the email on an existing checkout.
Access Scopes
`unauthenticated_write_checkouts` access scope.
Arguments
-
checkoutId:
ID! -
The ID of the checkout.
-
email:
String! -
The email to update the checkout with.
Returns
-
checkout:
Checkout
The checkout object with the updated email.
-
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