Alokai

getMyShoppingList

Get current user shopping list.

By default, it uses the addBillingAddressDefaultQuery GraphQL query.

Signature

declare function getMyShoppingList(
	context: CommercetoolsIntegrationContext,
	customQuery?: CustomQuery
): Promise<GetMyShoppingListResponse>;

Parameters

NameRequiredTypeDescription
contextRequiredCommercetoolsIntegrationContext
customQueryOptionalCustomQuery

Referenced Types

Examples

Fetching current user shopping list(s).

On this page