Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDProductLists
Returns all customer product lists in a paginated manner.
Signature:
getCustomersByIDProductLists(customerId: string, expand?: Array<string>, start?: number, count?: number, options?: RequestOptions): Promise<PoqResponse<CustomerProductListResult>>;
| Parameter | Type | Description |
|---|---|---|
| customerId | string | - The customer id. |
| expand | Array<string> | (Optional) |
| start | number | (Optional) |
| count | number | (Optional) |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<CustomerProductListResult>>