Poq.SDK.Node

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

ICustomersClient.getCustomersByIDProductListsByIDItemsByID() method

Returns an item of a customer product list.

Signature:

getCustomersByIDProductListsByIDItemsByID(customerId: string, listId: string, itemId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItem>>;

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.
itemId string The id of the product list item to retrieve.
expand Array<string> (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomerProductListItem>>