GetCategoryPath
From Wiki
getCategoryPath
This ProductServe function will return the categories as a path (breadcrumb) from the main tree down to the specified category.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| Yes | iCategoryId | int | The ID of the requested category | 1 | 1 |
| No | iAdult | int | Allow adult content | 0 | 1 |
Response Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| N/A | oCategory | Category | Requested Category objects in the path for the given category ID | 0 | Unlimited |

