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
Details
type CheckoutEmailUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}

Arguments​

email ● String!​

email.

id ● ID​

The checkout's ID.

Show deprecatedHide deprecated

checkoutId ● ID​

DEPRECATED

Use id instead.

The ID of the checkout.

token ● UUID​

DEPRECATED

Use id instead.

Checkout token.

Type​

CheckoutEmailUpdate​

Updates email address in the existing checkout object.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.