Class FindItemsResponseType

Extends AbstractResponseType

class FindItemsResponseType

Defined in com/ebay/shoppingservice/FindItemsResponseType.js

Property Summary
Indicates whether there are duplicated items not returned by this response when HideDuplicateItems is true in the request.
Array item
Contains summary data for an item listing.
A URL equivalent to your FindItems search query.
Number totalItems
Indicates the total number of items on eBay that match the query.

Properties inherited from AbstractResponseType
ack , build , correlationID , errors , timestamp , version

Constructor Summary
FindItemsResponseType(Object props)

Property Details

property Boolean duplicateItems

Indicates whether there are duplicated items not returned by this response when HideDuplicateItems is true in the request.


property Array item

Contains summary data for an item listing.


property String itemSearchURL

A URL equivalent to your FindItems search query. FindItems returns a maximum of 50 items, so you can use the value in ItemSearchURL to provide users with a link for viewing more items.


property Number totalItems

Indicates the total number of items on eBay that match the query.


Constructor Details

constructor FindItemsResponseType

FindItemsResponseType(Object props)

Parameters:
props