Skip to main content

checkoutEmailUpdate

Updates email address in the existing checkout object.

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.


Was this page helpful?