CheckoutEmailUpdate
Updates email address in the existing checkout object.
type CheckoutEmailUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutEmailUpdate.checkout ● Checkout object
An updated checkout.
CheckoutEmailUpdate.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutEmailUpdate mutation