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