Guide
Smart Recommendations

Hand Picked

2min

If you haven't gone through the prerequisites and the v2 structure, please have a look at Overview

Klevu can power a recommendation banner showcasing any products which you, the merchant, has manually curated. The most common placements for this banner type are:

Homepage: Our Recommended Products Show a recommendation banner with products you would like all customers to see.

The end-point is used for retrieving hand picked product recommendations.
POST
Request
Body Parameters
typeOfRequest
required
String
For this recommendation type, please specify SEARCH.
customANDQuery
required
String
Here we make a custom query to Klevu, since we know exactly which records we expect in the response. Specify the IDs of all of the products you would like your customers to see, separated by OR
topIds
required
Array
Use this field to specify the order the results should be returned, with the ones you would like to be more prominent coming first.
Request Body (JSON)
PHP
JS
Java
Node.js
Responses
200


Try it here!