AddDownloadableProductsToCartInput
type AddDownloadableProductsToCartInput = {
cart_id: Scalars['String']['input']; /** An array of downloadable products to add. */
cart_items: Array<InputMaybe<DownloadableProductCartItemInput>>;
};type AddDownloadableProductsToCartInput = {
cart_id: Scalars['String']['input']; /** An array of downloadable products to add. */
cart_items: Array<InputMaybe<DownloadableProductCartItemInput>>;
};