Get child categories
get_category_childrenRetrieve child categories for a given category ID to navigate the hierarchy and find leaf categories before creating a listing.
Instructions
Return the child categories of a category (GET /categories/:id). Use this to walk the category tree down to a leaf before creating a listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Parent category id |