/recommendation (Deprecated)
This page explains the request and response formats of 'recommendation' endpoint of Frenzy Search. It also provide examples to help you understand better.
recommendation
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{ // list of matching products
"matching_products": [
"PSS-001-00001",
"PSS-002-00002",
....
...
...
"PSS-010-00015"
]
}
{
"matching_products": [
// description for product 1
{
'brand' : " ",
'category' : " ",
...
...
..
'sku' : "PSS-001-00001"
},
// description for product 2
{
'brand' : " ",
'category' : " ",
...
...
..
'sku' : "PSS-002-00002"
},
....
...
..
// description for product N
{
'brand' : " ",
'category' : " ",
...
...
..
'sku' : "PSS-010-00015"
}
]
}Response Object
Example Request
Example Request (full_description = true)
true)Last updated