class RecombeeApiClient::RecommendItemsToItem

Recommends a set of items that are somehow related to one given item, X. A typical scenario is when the user A is viewing X. Then you may display items to the user that he might also be interested in. Recommend items to item request gives you Top-N such items, optionally taking the target user A into account.

The returned items are sorted by relevance (the first item being the most relevant).

Besides the recommended items, also a unique ‘recommId` is returned in the response. It can be used to:

It is also possible to use POST HTTP method (for example in the case of a very long ReQL filter) - query parameters then become body parameters.