DownloadableProductCartItemInput
Defines a single downloadable product.
type DownloadableProductCartItemInput = {
customizable_options?: InputMaybe<Array<InputMaybe<CustomizableOptionInput>>>; /** The quantity and SKU of the downloadable product. */
data: CartItemInput; /** An array of objects containing the link_id of the downloadable product link. */
downloadable_product_links?: InputMaybe<Array<InputMaybe<DownloadableProductLinksInput>>>;
};