Class FindItemsAdvancedResponseType

Extends AbstractResponseType

class FindItemsAdvancedResponseType
Contains the item listings matching your search criteria.

Defined in com/ebay/shoppingservice/FindItemsAdvancedResponseType.js

Property Summary
Statistical (histogram) information about categories that contain items that match the query, if any.
Indicates whether there are duplicated items not returned by this response when HideDuplicateItems is true in the request.
A URL for search results that corresponds to your search request.
Number pageNumber
Indicates the page of data returned by the current call.
Contains the returned item listings, if any.
Total item count for an international expansion of the search.
Number totalItems
Indicates the total number of items that could be returned by repeated requests.
Number totalPages
Indicates the total number of pages of data that could be returned by repeated requests.
Total item count for a store expansion of the search.

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

Constructor Summary

Property Details

property CategoryArrayType categoryHistogram

Statistical (histogram) information about categories that contain items that match the query, if any. For categories associated with specific items, see items returned in each search result. Shows the distribution of items across each category. Not returned if there is no match.


property Boolean duplicateItems

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


property String itemSearchURL

A URL for search results that corresponds to your search request.


property Number pageNumber

Indicates the page of data returned by the current call. For instance, for the first set of items returned, this field has a value of 1.


property Array searchResult

Contains the returned item listings, if any. The data for each listing is returned in an Item container.


property Number totalInternationalExpansionItems

Total item count for an international expansion of the search.


property Number totalItems

Indicates the total number of items that could be returned by repeated requests. Returned with a value of 0 if no items match your search request.


property Number totalPages

Indicates the total number of pages of data that could be returned by repeated requests. Returned with a value of 0 if no pages are available.


property Number totalStoresExpansionItems

Total item count for a store expansion of the search.


Constructor Details

constructor FindItemsAdvancedResponseType

FindItemsAdvancedResponseType(Object props)

Parameters:
props