GetCategory
From Wiki
getCategory
This ProductServe function will return a predefined number of category objects. If no category ID's are passed then no category objects will be returned.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| Yes | iCategoryId | int | The ID's of the categories to get | 1 | Unlimited |
| No | iAdult | int | Allow adult content | 0 | 1 |
Response Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| N/A | oCategory | Category | Objects of type Category | 0 | Unlimited |

