{
"language": "DEFAULT"
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/description-category/tree' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "DEFAULT"
}'
{
"result": [
{
"description_category_id": 0,
"category_name": "string",
"disabled": false,
"children": [
{
"description_category_id": 0,
"category_name": "string",
"disabled": false,
"children": [
{
"type_name": "sting",
"type_id": 0,
"disabled": false,
"children": []
}
]
}
]
}
]
}