Get Product Facets
Return facet values for product filters.
Shape: {builtin: {brands, sources, product_types, enrichment_statuses, users}, properties: {<key>: {label, values}, ...}}.
Property facets are included when the PropertyDefinition is
isFacetable=true, level='product', and the distinct non-empty
value count is between PROPERTY_FACET_MIN_CARDINALITY and
PROPERTY_FACET_MAX_CARDINALITY.
When product_type is supplied, the property facets are intersected
with the ProductType’s property list — so “Bra Type” stops appearing
when the user is browsing shoes.
Query Parameters
When supplied, restrict property facets to keys referenced by the given ProductType. Built-in facets (brands, types, statuses, users) are unchanged. Distinct-value counts are also computed only over products of this type, so cardinality reflects the filtered list.
Cookies
Response
Successful Response
The response is of type Response Get Product Facets Api Products Facets Get · object.