Alokai

AddDownloadableProductsToCartInput

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

Referenced Types

On this page