AddBundleProductsToCartInput
Defines the bundle products to add to the cart.
type AddBundleProductsToCartInput = {
cart_id: Scalars['String']['input']; /** An array of bundle products to add. */
cart_items: Array<InputMaybe<BundleProductCartItemInput>>;
};