/lohaco/categories

POST /api/lohaco/categories

Price: 10 credits

Browse the LOHACO (ロハコ) category tree. Without a category id it lists the top-level categories; with one it returns that category with its breadcrumbs, child categories and the filter catalogue (brands, category-specific specification facets, promotion tags and price buckets) accepted by lohaco/products/search.

How to use it

Map the LOHACO (ロハコ) catalog. Call it without `category` to get the top-level sections — there `children` holds only the shortlist the site highlights, so pass a category id to drill down and get its complete child list. A drilled-in call also returns the filter catalogue for that category: `brands[].id` feeds `brand_id`, `specs[].options[].id` feeds `specs`, and `tags[].id` feeds `tags` of lohaco/products/search. Specification facets are category-specific — always read them for the category you intend to search.

Parameters

Request body

Response

Errors

Response headers