SetGuestEmailOnCartOutput
Contains details about the cart after setting the email of a guest.
type SetGuestEmailOnCartOutput = {
__typename?: 'SetGuestEmailOnCartOutput'; /** The cart after setting the guest email. */
cart: Cart;
};Contains details about the cart after setting the email of a guest.
type SetGuestEmailOnCartOutput = {
__typename?: 'SetGuestEmailOnCartOutput'; /** The cart after setting the guest email. */
cart: Cart;
};