Alokai

AddConfigurableProductsToCartOutput

Contains details about the cart after adding configurable products.

type AddConfigurableProductsToCartOutput = {
  __typename?: 'AddConfigurableProductsToCartOutput'; /** The cart after adding products. */
  cart: Cart;
};

Referenced Types

On this page