Browse a category
galaxus_browse_categoryList products in a category by ID without a search term, with filters, sorting, and pagination for exploring product ranges.
Instructions
List products in a category (product type) without a search term — the equivalent of opening a category page. Category ids come from galaxus_search results (category_id), the pt facet, or galaxus_autocomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result ordering. | RELEVANCE |
| limit | No | How many products to return (max 60). | |
| cursor | No | Pass `next_cursor` from a previous result to page further. | |
| filters | No | Facet constraints, taken from the `filters` block of an earlier result. | |
| max_price | No | Maximum price in CHF (shorthand for the `pr` range filter). | |
| min_price | No | Minimum price in CHF (shorthand for the `pr` range filter). | |
| category_id | Yes | Numeric product type id, e.g. 62 for Mouse. | |
| strict_price | No | Keep only products whose own price is inside min_price/max_price. The shop matches a product when any of its variants is in range, so turning this off can surface products priced outside the range. |