Class GetCategoryInfoResponseType
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
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.
List of the returned categories. The category array contains one CategoryType object for each returned category. Returns empty if no detail level is specified.
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.
GetCategoryInfoResponseType(Object props)
Parameters: