Class SearchResultType
class SearchResultType
Container for items. Can contain zero, one, or multiple SimpleItemType objects, each of which has data for an item listing.
Defined in com/ebay/shoppingservice/SearchResultType.js
Item count of the category.
Category name breadcrumb.
Category ID breadcrumb. Returned when the request has BestMatchCategoryGroup specified as the ItemSort value. Used in building a category-browsing path, i.e. a path of "breadcrumbs" (e.g., 58058 > 3516 > 3522).
Item count of the category. Returned when the request has BestMatchCategoryGroup specified as the ItemSort value.
Category name breadcrumb. Returned when the request has BestMatchCategoryGroup specified as the ItemSort value. Used in building a category-browsing path, i.e. a path of "breadcrumbs" (e.g., Computers & Networking > Technology Books > Certification).
Array of simple items.
SearchResultType(Object props)
Parameters: