Skip to main content

checkoutEmailUpdate Mutation

Updates email address in the existing checkout object.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
checkoutEmailUpdate(
checkoutId: ID
email: String!
id: ID
token: UUID
): CheckoutEmailUpdate

Arguments

checkoutEmailUpdate.checkoutId ● ID deprecated scalar miscellaneous

DEPRECATED

Use id instead.

The ID of the checkout.

checkoutEmailUpdate.email ● String! non-null scalar miscellaneous

email.

checkoutEmailUpdate.id ● ID scalar miscellaneous

The checkout's ID.

checkoutEmailUpdate.token ● UUID deprecated scalar miscellaneous

DEPRECATED

Use id instead.

Checkout token.

Type

CheckoutEmailUpdate object checkout

Updates email address in the existing checkout object.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.