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 miscellaneous
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
checkoutEmailUpdate.email
● String!
non-null scalar miscellaneous
email.
checkoutEmailUpdate.id
● ID
scalar miscellaneous
The checkout's ID.
Added in Saleor 3.4
checkoutEmailUpdate.token
● UUID
scalar miscellaneous
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
Type
CheckoutEmailUpdate
object checkout
Updates email address in the existing checkout object.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.