Home > @poq/sdk-sfcc > ICustomersClient > getCustomersByIDProductListsByID
Returns a customer product list of the given customer.
Signature:
getCustomersByIDProductListsByID(customerId: string, listId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<CustomerProductList>>;
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>>