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

Fields

CheckoutEmailUpdate.checkout ● Checkout object

An updated checkout.

CheckoutEmailUpdate.checkoutErrors ● [CheckoutError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CheckoutEmailUpdate.errors ● [CheckoutError!]! non-null object

Returned by

checkoutEmailUpdate mutation


Was this page helpful?