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

Property Summary
Category ID breadcrumb.
Item count of the category.
Category name breadcrumb.
Array of simple items.

Constructor Summary
SearchResultType(Object props)

Property Details

property String categoryGroupIDPath

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).


property Number categoryGroupItemCount

Item count of the category. Returned when the request has BestMatchCategoryGroup specified as the ItemSort value.


property String categoryGroupNamePath

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).


property SimpleItemArrayType itemArray

Array of simple items.


Constructor Details

constructor SearchResultType

SearchResultType(Object props)

Parameters:
props