AddSimpleProductsToCartInput
Defines the simple and group products to add to the cart.
type AddSimpleProductsToCartInput = {
cart_id: Scalars['String']['input']; /** An array of simple and group items to add. */
cart_items: Array<InputMaybe<SimpleProductCartItemInput>>;
};