curl --request GET \
--url http://localhost:3000/v1/search/products{
"products": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": "<string>",
"image_url": "<string>",
"is_rfc_item": true,
"is_active": true,
"size": "<string>",
"demand_velocity": 123,
"availability_score": 123
}
],
"total": 123,
"source": "meilisearch"
}Search sellable products using Meilisearch with Supabase fallback.
curl --request GET \
--url http://localhost:3000/v1/search/products{
"products": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": "<string>",
"image_url": "<string>",
"is_rfc_item": true,
"is_active": true,
"size": "<string>",
"demand_velocity": 123,
"availability_score": 123
}
],
"total": 123,
"source": "meilisearch"
}Search query
1 - 200"organic apples"
Max items to return
1 <= x <= 20020
Meilisearch filter string
"is_rfc_item = true"
Meilisearch sort string
"demand_velocity:desc"