Closed Olimhon31 closed 4 years ago
@Olimhon31
categoryId 15709 is already a leaf category meaning it has no child.
"LeafCategory": "true"
"Category": [
{
"CategoryID": "15709",
"CategoryLevel": "4",
"CategoryName": "Athletic Shoes",
"CategoryParentID": "93427",
"CategoryNamePath": "Clothing, Shoes & Accessories:Men:Men's Shoes:Athletic Shoes",
"CategoryIDPath": "11450:260012:93427:15709",
"LeafCategory": "true"
}
]
I requested like this . But I couldnt get
CategoryHistogram
. I mean I should get sub-categories of15709
. If I removecategoryId
it is working fine. Is there any solution for this?