Guide
Smart Recommendations

Customers Also Bought

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 other customers also purchased, in addition to the current product. The most common placements for this banner type are:

Cart: Customers Also Bought Show a recommendation banner with products other customers also purchased from the store.

Product Page: Customers Also Bought Show a recommendation banner with products other customer bought together with the product currently being viewed.

The end-point is used for retrieving customers also bought product recommendations.
POST
Request
Body Parameters
typeOfRequest
required
String
For this recommendation type, please specify RECS_ALSO_BOUGHT.
recentObjects
required
String
The Klevu ID of the product or products you will use for context. Klevu will find other products which were viewed in addition to the ones specified in this field.
Request Body (JSON)
PHP
JS
Java
Node.js
Responses
200


Try it here!