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