addSimpleProductsToCart
Add simple products to cart.
Signature
declare function addSimpleProductsToCart(
context: Context,
input: AddSimpleProductsToCartInput,
customQuery?: CustomQuery,
customHeaders?: CustomHeaders
): Promise<FetchResult<AddSimpleProductsToCartMutation>>;Parameters
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | Context | |
input | Required | AddSimpleProductsToCartInput | |
customQuery | Optional | CustomQuery | |
customHeaders | Optional | CustomHeaders |
Referenced Types
- Context
- AddSimpleProductsToCartInput
- CustomQuery
- CustomHeaders
FetchResultAddSimpleProductsToCartMutation