Get Recommendation
This endpoint will return all recommendation of provided productIds.
GET#
#
ParameterField | Type | Description |
---|---|---|
token | String | Identifier of recommendation engine, use search token when hit this endpoint |
itemsId[] | String | Unique id of the item |
#
Request Param#
Success 200Field | Type | Description |
---|---|---|
success | Boolean | Request was successful |
recommendation | Object[] | List of recommendation |
    id | String | ProductId of the recommended product |
    title | String | Title of the recommended product |
    confidence | Number | Confidence of the recommended product |