/ceneo/categories/filters

POST /api/ceneo/categories/filters

Price: 20 credits

List the attribute filters Ceneo offers inside one category, each with its numeric attribute id, its Polish label, its kind - a multi-choice list, a colour swatch set, a numeric range or a free-text box - and its selectable values with the value's own id and how many products in the category carry it.

How to use it

Call this before /ceneo/products/search whenever you need a filter beyond price: `kind` tells you which of that endpoint's three maps the attribute id belongs in - `multi` and `color` go in `attributes` by value id, `range` goes in `attribute_ranges` using the value labels verbatim, `text` goes in `attribute_text`. The set differs in every category, so resolve it per category rather than reusing ids. Without `full_value_lists` you get the values Ceneo shows by default, a shortlist for large attributes such as brand.

Parameters

Request body

Response

Errors

Response headers