get
https://merchants-api.cdon.com/api/v1/categories///
Definition
This endpoint will allow you to retrieve the category tree for CDON articles.
URL Structure
When fetching the category tree you will need to supply market and language for the tree you want to fetch.
https://merchants-api.sandbox.cdon.com/api/v1/categories/SE/en-US/ will fetch the tree for the Swedish market in English, changing en-US to sv-SE will fetch the same tree but with Swedish names.
Response
The category tree will be returned as a list where each node has the following attributes:
| Attribute | Description |
|---|---|
| id | The ID of the category. |
| name | Name of the category. |
| path | The path from the ancestor root category to the current category separated by dots. |
| search_friendly_name | Search friendly name, if available. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…