Alokai

AddSimpleProductsToCartOutput

Contains details about the cart after adding simple or group products.

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

Referenced Types

On this page