Browse a brand
galaxus_browse_brandList products from a specific brand by its ID. Sort, filter, and paginate results to find exactly what you need.
Instructions
List products from one brand. Brand ids come from the bra facet returned by galaxus_search or galaxus_browse_category.
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. | |
| brand_id | Yes | Numeric brand id, e.g. 292 for Logitech. | |
| 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). | |
| 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. |