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

getMyShoppingList

Endpoint for retrieving wishlist for a current user. By default, it uses the getMyShoppingListDefaultQuery GraphQL query

Signature

export declare function getMyShoppingList(
	context: SetupContext,
	customQuery?: CustomQuery,
	responseOptions?: ResponseOptions
): Promise<GetMyShoppingListResponse>;

Parameters

NameRequiredTypeDescription
contextRequiredSetupContextAutomatically injected context. Refer to SetupContext
customQueryOptionalCustomQueryCustom queries included in the request
responseOptionsOptionalResponseOptions

Returns

  • User data

Referenced Types

On this page