Poq.SDK.Node

Home > @poq/sdk-sfcc > ICustomersClient > getCustomersByIDProductLists

ICustomersClient.getCustomersByIDProductLists() method

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>>;

Parameters

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>>