Poq.SDK.Node

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

ICustomersClient.getCustomersByIDProductListsByIDItems() method

Returns a pageable list of all items of a customers 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>>;

Parameters

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