AddBundleProductsToCartOutput
Contains details about the cart after adding bundle products.
type AddBundleProductsToCartOutput = {
__typename?: 'AddBundleProductsToCartOutput'; /** The cart after adding products. */
cart: Cart;
};Contains details about the cart after adding bundle products.
type AddBundleProductsToCartOutput = {
__typename?: 'AddBundleProductsToCartOutput'; /** The cart after adding products. */
cart: Cart;
};