Home > @poq/sdk-sfcc > IProductListsClient > getProductListsByIDItems
Retrieves the items of a public product list.
Signature:
getProductListsByIDItems(listId: string, expand?: Array<string>, options?: RequestOptions): Promise<PoqResponse<PublicProductListItemResult>>;
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>>