/misumi/categories

POST /api/misumi/categories

Price: 20 credits

Browse the MISUMI (ミスミ) category tree: id, name, description, image, parent chain, and — for a single requested category — its child categories with product counts, the manufacturers selling in it, and the specification filters (with their allowed values) that misumi/products/search accepts for that category.

How to use it

Navigate the MISUMI category tree. With no `category` this returns the top level of the catalog; with a `category` it returns that node plus its children, the manufacturers present in it and its `filters` — the specification axes (thread size, material, stroke …) with every allowed value. Those `filters[].id` and `filters[].values[].value` pairs are exactly what misumi/products/search takes in `attributes`, so this endpoint is the lookup you need before filtering a search by specification. `keyword` searches category names instead of walking the tree. `manufacturer` restricts the list to the categories one manufacturer sells in.

Parameters

Request body

Response

Errors

Response headers