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
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | CommercetoolsIntegrationContext | |
customQuery | Optional | CustomQuery |
Referenced Types
Examples
Fetching current user shopping list(s).