Skip to main content
Version: 3.x

checkoutEmailUpdate

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 scalar

The ID of the checkout.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

checkoutEmailUpdate.email ● String! non-null scalar

email.

checkoutEmailUpdate.id ● ID scalar

The checkout's ID.

Added in Saleor 3.4

checkoutEmailUpdate.token ● UUID scalar

Checkout token.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

Type

CheckoutEmailUpdate object

Updates email address in the existing checkout object.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.

Was this page helpful?