Poq.SDK.Node

Home > @poq/sdk-sfcc > IProductListsClient > getProductListsByIDItemsByID

IProductListsClient.getProductListsByIDItemsByID() method

Retrieves an item from a public product list.

Signature:

getProductListsByIDItemsByID(listId: string, itemId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<PublicProductListItem>>;

Parameters

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>>