addDownloadableProductsToCart
Adds a set of downloadable products to a specified cart
Signature
declare function addDownloadableProductsToCart(
context: Context,
input: AddDownloadableProductsToCartInput,
customQuery?: CustomQuery,
customHeaders?: CustomHeaders
): Promise<FetchResult<AddDownloadableProductsToCartMutation>>;Parameters
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | Context | |
input | Required | AddDownloadableProductsToCartInput | |
customQuery | Optional | CustomQuery | |
customHeaders | Optional | CustomHeaders |
Referenced Types
- Context
- AddDownloadableProductsToCartInput
- CustomQuery
- CustomHeaders
FetchResultAddDownloadableProductsToCartMutation