Documentation

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:
ParameterTypeDescription
qstringSearch query (required)
category_idintegerFilter by category
per_pageintegerResults 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"
  ]
}