API / Search & discovery
Typeahead over the canonical index. Sub-50ms, deduplicated across sellers.
GET /v1/search/suggest
| Name | Type | Notes |
|---|---|---|
| q | string | Partial query, minimum two characters. |
GET /v1/search/suggest?q=wh-100
→ 200
{ "suggestions": [
{ "text": "Sony WH-1000XM5", "product_id": "prd_8Fk2xQ", "offers": 4 },
{ "text": "Sony WH-1000XM4", "product_id": "prd_5Jd22c", "offers": 6 } ] }