%
%
%

GET /v1/search?catalogId=GEN_CATALOG &query=daves killer bread &count=100
{
"searchProducts": [
{ "productId": "960038380", "score": 100, "sponsored": false },
{ "productId": "960050655", "score": 95, "sponsored": false }
],
"filters": [
{ "id": "CATEGORY", "name": "Category", "filterOptions": [...]
},
{ "id": "DIET_AND_LIFESTYLE", "name": "Diet & Lifestyle",
"filterOptions": [...] },
{ "id": "BRAND", "name": "Brand", "filterOptions": [...] }
],
"searchRequest": {
"catalogId": "GEN_CATALOG",
"query": "daves killer bread",
"count": 100,
"misspellings": true
}
}