List of APIs
Search APIs
Search
Search Navigations
Null Search Terms
Search Term Performance
Search Products
Trending Searches
post

/api/alpha/recommendations/refinements/biases/

The Refinement Based Personalization API request collects the shopper’s visitorID and the loginID to store each shopper’s searching/browsing patterns and choice of refinements against it.

Request Body

1 Example
Schema
object

Either the visitor or login id of the user to predict against

$schema: http://json-schema.org/draft-04/schema#
visitorID
string

The Visitor ID of the user (from cookie)

required
loginID
string

The Login ID of the user (hash of unique identifier)

Responses

List of biases that can be passed in to the search API. If there are no predictions for the given ID, the biases array will be empty.

1 Example
Schema
object
$schema: http://json-schema.org/draft-04/schema#
biases
array[object]
required
metadata
object
required

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
customerid