Class GetCategoryInfoResponseType

Extends AbstractResponseType

class GetCategoryInfoResponseType
Contains the category data for the eBay site specified as input. The category data is returned as a CategoryArrayType object, that contains zero, one, or multiple CategoryType objects. Each CategoryType object contains the detail data for one category. Other fields indicate how many categories are returned in a call, when the category hierarchy was last updated, and the version of the category hierarchy (all three of which can differ from one eBay site to the next).

Defined in com/ebay/shoppingservice/GetCategoryInfoResponseType.js

Property Summary
List of the returned categories.
Indicates the number of categories returned (i.e., the number of CategoryType objects in CategoryArray).
Indicates the version of the category hierarchy on the specified eBay site.
Indicates the last date and time that eBay modified the category hierarchy for the specified eBay site.

Properties inherited from AbstractResponseType
ack , build , correlationID , errors , timestamp , version

Constructor Summary

Property Details

property CategoryArrayType categoryArray

List of the returned categories. The category array contains one CategoryType object for each returned category. Returns empty if no detail level is specified.


property Number categoryCount

Indicates the number of categories returned (i.e., the number of CategoryType objects in CategoryArray).


property String categoryVersion

Indicates the version of the category hierarchy on the specified eBay site.


property Date updateTime

Indicates the last date and time that eBay modified the category hierarchy for the specified eBay site.


Constructor Details

constructor GetCategoryInfoResponseType

GetCategoryInfoResponseType(Object props)

Parameters:
props