eBay Finding APIVersion 1.13.0
 

SearchResult

Contains the returned item listings, if any. The data for each listing is returned in individual item containers.

Type that uses SearchResult:

Calls that use SearchResult:

Field

item ( SearchItem ) [0..*]
Container for the data of a single item that matches the search criteria.
See the Field Index to learn which calls use item.

Attribute

count ( int )
The total number of items returned in the search response. This is often equal to the entriesPerPage value. If the count is less than the specified entriesPerPage, it indicates the end of the result set.