Class GetCategoryInfoRequestType

Extends AbstractRequestType

class GetCategoryInfoRequestType
This call will give you the ability to retrieve high level Category information, relevant for a buy-side application. Summary: This call will give you the ability to retrieve high level Category information, relevant for a buy-side application. RelatedCalls: FindItemsAdvanced

Defined in com/ebay/shoppingservice/GetCategoryInfoRequestType.js

Property Summary
String categoryID
Use an ID of -1 to retrieve the root category and the top-level (level 1) meta categories.
Defines standard subsets of fields to return within the response.

Properties inherited from AbstractRequestType
messageID

Constructor Summary

Property Details

property String categoryID

Use an ID of -1 to retrieve the root category and the top-level (level 1) meta categories. You can determine other CategoryIDs from the response from this call, or from a specific item (retrieved from another call like FindItemsAdvanced or GetSingleItem), or from the eBay website.


property String includeSelector

Defines standard subsets of fields to return within the response. If you don't specify this field, the call returns a default set of fields. If you specify this field, the additional fields (child categories) you retrieve can affect the call's response time (decrease performance).


Constructor Details

constructor GetCategoryInfoRequestType

GetCategoryInfoRequestType(Object props)

Parameters:
props