Autocomplete
GET Most Relevant Products via Searched Text
GET Most Relevant Products via Searched Text{
"groups": [
{
"entries": [
{
"label": "Electro Guitar",
"url": "/electro-guitar/",
"suggestion_type": "category",
"extra": {
"category_id": 3,
"parent_categories": [
"Music"
]
}
},
…
],
"suggestion_type": "Category"
},
{
"entries": [
{
"label": "Bass Guitar",
"url": "/bass-guitar/",
"suggestion_type": "product",
"extra": {
"image": null,
"retail_price": 249.98,
"product_type": 1,
"price": 99.99
}
},
…
],
"suggestion_type": "Product"
}
]
}Product Filtering
Category Filtering
Was this helpful?

