Endpoint
Authentication
string
required
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)Query parameters
string
Optional search query applied before faceting.
string
default:"en"
Locale for search. Options:
en, rostring
Filter by product type before computing facets.
string
Filter by status before computing facets.
string
B2B: Filter by organization visibility before computing facets (UUID format).
Request example
Response
object
required
Facet attributes and their values with counts (all facet attributes returned).
boolean
required
Whether the facet count is exact (
true) or approximate (false)integer
required
Processing time (milliseconds)
integer
required
Total request time (milliseconds)
Features
Available facets
The following facet attributes are returned:Using facets for filtering
Use the facet values with thefilters parameter in /products/search:
Notes
- Facet counts are computed after workspace isolation and deduplication for accurate totals.
- Supports the same pre-filters as product search (
q,type,status,organizationId,locale).
Related endpoints
Search products
Search across your product catalog
List products
Browse products with database filtering