Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDProductListsByID

CustomersClient.getCustomersByIDProductListsByID() method

Returns a customer product list of the given customer.

Signature:

getCustomersByIDProductListsByID(customerId: string, listId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<CustomerProductList>>;

Parameters

Parameter Type Description
customerId string The customer id.
listId string The product list id.
expand Array<string> (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomerProductList>>