/coolblue/categories

POST /api/coolblue/categories

Price: 1 credit

List Coolblue product categories (taxonomy inventory): numeric id, slug, canonical landing URL, per-category sitemap URL. Optionally enrich each entry with breadcrumb parent path and pretty name by fetching the category landing page.

How to use it

Coolblue product-category taxonomy. Default returns the raw sitemap inventory (includes legacy/system entries with no breadcrumb path). Each entry: id (numeric), slug, name, url (canonical landing), sitemap_url (per-category product inventory). Set include_breadcrumbs=true to also fetch each landing and fill parent (immediate parent category) and breadcrumbs (full path from site root); with include_breadcrumbs the name is replaced by the landing-page heading when available (more accurate than slug-derived). Combine include_breadcrumbs with exclude_orphan=true to drop legacy/system entries whose landing has no breadcrumb path, returning a clean taxonomy. Enabling include_breadcrumbs fetches each category landing page individually — cost and latency scale linearly with count.

Parameters

Request body

Response

Errors

Response headers