checkoutEmailUpdate
Update the customer email in checkout.
checkoutEmailUpdate(
email: String!
checkoutId: ID
): CheckoutEmailUpdate!
Arguments
checkoutEmailUpdate.email ● String! non-null scalar
checkoutEmailUpdate.checkoutId ● ID scalar
Type
CheckoutEmailUpdate object
Result of checkout email update mutation.