Poq.SDK.Node

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

IProductListsClient.getProductListsByID() method

Retrieves a public product list by id.

Signature:

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

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