Search & Suggestions
Product search with filters and autocomplete suggestions
Last updated: Feb 09, 2026
Search & Suggestions
Search Products
Search products by keyword.
GET /api/v1/search?q=yoga+mat
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
q | string | Search query (required) |
category_id | integer | Filter by category |
per_page | integer | Results per page |
Search Suggestions
Get autocomplete suggestions.
GET /api/v1/search/suggestions?q=yo
Response: 200 OK
{
"success": true,
"data": [
"yoga mat",
"yoga block",
"yoga strap"
]
}