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
Show return type

Arguments

email ● String!

email.

id ● ID

The checkout's ID.

Show deprecated

Type

CheckoutEmailUpdate

Updates email address in the existing checkout object.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.