Endpoint
Authentication
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)Query parameters
Optional search query applied before faceting.
Locale for search. Options:
en, roFilter by product type before computing facets.
Filter by status before computing facets.
B2B: Filter by organization visibility before computing facets (UUID format).
Request example
Response
Facet attributes and their values with counts (all facet attributes returned).
Whether the facet count is exact (
true) or approximate (false)Processing time (milliseconds)
Total request time (milliseconds)
Features
Available facets
The following facet attributes are returned:| Facet | Description | Filter syntax |
|---|---|---|
type | Product type | type:=tour |
status | Product status | status:=active |
categories | Category assignments | categories:=[adventure] |
tags | Product tags | tags:=[Black Friday] |
countries | Countries visited (ISO codes) | countries:=[ro] |
regions | Geographic regions | regions:=[europe] |
priceFromCurrency | Price currency | priceFromCurrency:=EUR |
source | Product source | source:=main |
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).