Poq.SDK.Node

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

IProductListsClient.getProductListsByIDItems() method

Retrieves the items of a public product list.

Signature:

getProductListsByIDItems(listId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<PublicProductListItemResult>>;

Parameters

Parameter Type Description
listId string The id of the list.
expand Array<string> (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<PublicProductListItemResult>>