Alokai

AddBundleProductsToCartOutput

Contains details about the cart after adding bundle products.

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

Referenced Types

On this page