/askul/categories

POST /api/askul/categories

Price: 20 credits

Browse the ASKUL (アスクル) category tree. Without a category it lists the 18 top-level sections with their product counts, section image and second-level categories; with one it returns that category with its child categories and the full filter catalogue (category-specific specification facets, makers, brands, series, product programme tags and price buckets) accepted by askul/products/search.

How to use it

Map the ASKUL (アスクル) catalog. Call it without `category` for the 18 sections, then pass a `children[].id` back in to drill down — ids are dash-joined paths ('02', '02-0203', '02-0203-0203001') and the same value is what askul/products/search and askul/products/ranking take as `category`. A drilled-in call also returns the filter catalogue for that category: `specs[].options[].id` feeds `specs`, `makers[].id` feeds `maker`, `brands[].id` feeds `brand`, `series[].id` feeds `series` and `tags[].id` feeds `tags` of askul/products/search. Specification facets are category-specific — always read them for the category you intend to search.

Parameters

Request body

Response

Errors

Response headers