AddSimpleProductsToCartOutput
Contains details about the cart after adding simple or group products.
type AddSimpleProductsToCartOutput = {
__typename?: 'AddSimpleProductsToCartOutput'; /** The cart after adding products. */
cart: Cart;
};Contains details about the cart after adding simple or group products.
type AddSimpleProductsToCartOutput = {
__typename?: 'AddSimpleProductsToCartOutput'; /** The cart after adding products. */
cart: Cart;
};