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 checkout
An updated checkout.
CheckoutEmailUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object checkout
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CheckoutEmailUpdate.errors
● [CheckoutError!]!
non-null object checkout
Returned By
checkoutEmailUpdate
mutation