Alokai

addSimpleProductsToCart

Add simple products to cart.

Signature

declare function addSimpleProductsToCart(
	context: Context,
	input: AddSimpleProductsToCartInput,
	customQuery?: CustomQuery,
	customHeaders?: CustomHeaders
): Promise<FetchResult<AddSimpleProductsToCartMutation>>;

Parameters

NameRequiredTypeDescription
contextRequiredContext
inputRequiredAddSimpleProductsToCartInput
customQueryOptionalCustomQuery
customHeadersOptionalCustomHeaders

Referenced Types

On this page