CheckoutEmailUpdate
Result of checkout email update mutation.
type CheckoutEmailUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutEmailUpdate.checkout ● Checkout object
The checkout with the updated email.
CheckoutEmailUpdate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutEmailUpdate mutation