/pdp-recs
This page outlines the request and response formats for Frenzy Search’s PDP Recommendations endpoint. It also includes examples for easier understanding.
Last updated
This page outlines the request and response formats for Frenzy Search’s PDP Recommendations endpoint. It also includes examples for easier understanding.
Last updated
{ // 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"
}
]
}{'error': 'server_error'}