Home > @poq/sdk-sfcc > IProductListsClient > getProductListsByIDItemsByID
Retrieves an item from a public product list.
Signature:
getProductListsByIDItemsByID(listId: string, itemId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<PublicProductListItem>>;
| Parameter | Type | Description |
|---|---|---|
| listId | string | The id of the list. |
| itemId | string | The id of the item. |
| expand | Array<string> | (Optional) |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<PublicProductListItem>>