CheckoutEmailUpdate Object
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
checkout ● Checkout
An updated checkout.
errors ● [CheckoutError!]!
Show deprecated
Returned By
checkoutEmailUpdate mutation