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