checkoutEmailUpdate
Updates email address in the existing checkout object.
checkoutEmailUpdate(
checkoutId: ID
email: String!
): CheckoutEmailUpdate
Arguments
checkoutEmailUpdate.checkoutId ● ID scalar
Checkout ID.
checkoutEmailUpdate.email ● String! non-null scalar
email.
Type
CheckoutEmailUpdate object
Updates email address in the existing checkout object.