GetDescendantCategoryIds
From Wiki
getDescendantCategoryIds
This ProductServe function will return the category ID's that descend from the specified category.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| Yes | iCategoryId | int | The IDs of the categories to get from ProductServe | 1 | 1 |
| No | iAdult | int | Allow adult content | 0 | 1 |
Response Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| N/A | iDescendantCategoryId | int | The IDs of any descendant categories | 0 | Unlimited |

