Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDProductListsByIDItems
Returns a pageable list of all items of a customer’s product list. The default page size is 10.
Signature:
getCustomersByIDProductListsByIDItems(customerId: string, listId: string, expand?: Array<string>, start?: number, count?: number, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItemResult>>;
| Parameter | Type | Description |
|---|---|---|
| customerId | string | The id of the customer to retrieve the product list items for. |
| listId | string | The id of the product list. |
| expand | Array<string> | (Optional) |
| start | number | (Optional) |
| count | number | (Optional) |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<CustomerProductListItemResult>>