Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

addMultipleToMyShoppingList

Endpoint for adding multiple items to the wishlist. By default, it uses the addMultipleToMyShoppingListDefaultQuery GraphQL query

Signature

export declare function addMultipleToMyShoppingList(
	context: SetupContext,
	params: AddMultipleToMyShoppingListParams,
	customQuery?: CustomQuery,
	responseOptions?: ResponseOptions
): Promise<any>;

Parameters

NameRequiredTypeDescription
contextRequiredSetupContextAutomatically injected context. Refer to SetupContext
paramsRequiredAddMultipleToMyShoppingListParamsProduct SKUs and wishlist information
customQueryOptionalCustomQueryCustom queries included in the request
responseOptionsOptionalResponseOptions

Returns

Whole user wishlist with all items

Referenced Types

On this page