/recommend/{slot}

Get recommendation using pre-configured slot. The slot configuration is available in the Merchant Dashboard. The benefit of using slot is that you can easily change the widget types and filters via the Merchant Dashboard.

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

Get the list of items for the specific recommendation slot.

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

Recommendation slot

Body Params
date-time
required
user
object
required
string
item_ids
array of strings
item_ids
int32
Defaults to 0
string
boolean
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