Alokai

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;
};

Referenced Types

On this page