Browse products by category without a text query
x-api-key header or key query parameter.
| Level | Limit | Window |
|---|---|---|
| Per API key | 1,000 requests | 1 minute |
| Per API key + IP | 100 requests | 1 minute |
optimization_score (the AI Commerce Score) by default.
Boost rules are automatically applied to browse results when active rules exist for the workspace.
{} returns all products sorted by optimization score.
| Field | Type | Default | Description |
|---|---|---|---|
categoryPath | string or array | — | Category path to filter by (e.g. "roupas/camisetas" or ["roupas","camisetas"]) |
sortBy | string | optimization_score | Sort order (see Sorting below) |
page | integer | 0 | 0-based page number |
hitsPerPage | integer (1–100) | 20 | Results per page |
facets | string[] | — | Facet attributes to compute counts for |
facetFilters | array | — | Disjunctive facet filters |
| Value | Description |
|---|---|
optimization_score (default) | AI Commerce Score ranking |
price_asc | Price low to high |
price_desc | Price high to low |
newest | Most recently added |
relevance | Semantic similarity (embed-based) |