curl --request GET \
--url http://localhost:3000/v1/scraped-products/manage/categories{
"categories": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"is_active": true,
"display_order": 123,
"image_url": "<string>",
"level": 123,
"category_path": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"children": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"is_active": true,
"display_order": 123,
"image_url": "<string>",
"level": 123,
"category_path": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}
]
}List all categories with hierarchy
curl --request GET \
--url http://localhost:3000/v1/scraped-products/manage/categories{
"categories": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"is_active": true,
"display_order": 123,
"image_url": "<string>",
"level": 123,
"category_path": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"children": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"is_active": true,
"display_order": 123,
"image_url": "<string>",
"level": 123,
"category_path": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}
]
}Category list
Manage categories response
Show child attributes