Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDProductListsByIDItemsByID
Returns an item of a customer product list.
Signature:
getCustomersByIDProductListsByIDItemsByID(customerId: string, listId: string, itemId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItem>>;
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>>