Predbasket
Operations for predictive basket
Required Roles: ApiPublicQueries
The channel
IDs of products to exclude from predictions.
Filters for field values of returned records.
If the value true is passed, then only the record IDs will be returned, streamlining the results. Additionally, if the Geo module is enabled, the IDs of all markets the product is mapped to will be also included. If you do not need the other information in the results, this will help you to improve performance.
false
Limit for the amount of predictions to return.
0
Use this parameter to pass the purchaser ID. This ID is only needed, if the 'Customer-Specific Info' module is active. Otherwise it will be ignored.
This parameter contains a unique user identifier. It is essential for predictive basket results.
OK
Bad Request
Unauthorized
Forbidden
Server Error
GET /fact-finder//rest/v5/predictivebasket/{channel} HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
{
"hits": [
{
"id": "text",
"values": {
"ANY_ADDITIONAL_PROPERTY": {}
}
}
]
}
Was this helpful?