/recommend/items/{item_id}/viewed/viewed

Returns a list of items that have been viewed in the same session after viewing the currently viewed item by other customers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

This is a low level API, we recommend you to use the simple recommendation route to enable easy configuration via the Findify Merchant Dashboard.

Please, make sure to create one recommendation of this type in our Merchant Dashboard Recommendation section.
You do not have to use this new Recommendation widget, but it should be set as ENABLED - that will notify our backend that you are using this type of the recommendation on your storefront.

Get a list of items that have been viewed in the same session after viewing the currently viewed item by other customers.

You can pass an array of rules to the widget to filer widget results.

An example of rules object for different types of data:

[{
  type: 'text',
  name: 'brand',
  values: [{value: ['Some-Test-Brand']}, {value: ['Some-Other-Brand']}]
}, {
  type: 'range',
  name: 'price',
  values: [{from: 10}, {to: 20}, {from: 10, to: 20}]
}, {
  type: 'category',
  name: 'category',
  values: [{value: ['Top-Level']}, {value: ['Top-Level', 'Second-level']}]
}]
Path Params
string
required
Body Params
date-time
required
user
object
required
int32
Defaults to 0
int32
Defaults to 5

max = 20

string
boolean
string

Optional recommendation label (by providing this parameter you'll be able to view analytcs info in Merchant Dashboard for this recommendation widget)

rules
array of objects

Rules to filter recommendation results

rules
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json