curl --request GET \
--url http://localhost:3000/v1/scraped-products/sellable/categories{
"categories": [
{
"name": "<string>",
"product_count": 123,
"active_count": 123,
"inactive_count": 123,
"rfc_count": 123,
"sweep_count": 123,
"subcategories": [
{
"name": "<string>",
"product_count": 123,
"active_count": 123,
"inactive_count": 123,
"rfc_count": 123,
"sweep_count": 123
}
]
}
]
}Get category hierarchy for sellable products with counts
curl --request GET \
--url http://localhost:3000/v1/scraped-products/sellable/categories{
"categories": [
{
"name": "<string>",
"product_count": 123,
"active_count": 123,
"inactive_count": 123,
"rfc_count": 123,
"sweep_count": 123,
"subcategories": [
{
"name": "<string>",
"product_count": 123,
"active_count": 123,
"inactive_count": 123,
"rfc_count": 123,
"sweep_count": 123
}
]
}
]
}Sellable product categories
Sellable categories response
Show child attributes