Home > @poq/sdk-sfcc > IProductsClient > getProductsByIDRecommendations
Access product recommendation information of products that are online and assigned to site catalog.
Signature:
getProductsByIDRecommendations(id: string, recommendationType?: number, locale?: string, options?: RequestOptions): Promise<PoqResponse<Product>>;
Parameter | Type | Description |
---|---|---|
id | string | The requested product id. |
recommendationType | number | (Optional) |
locale | string | (Optional) |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Product>>