Class FindPopularSearchesResponseType

Extends AbstractResponseType

class FindPopularSearchesResponseType
Contains the keyword data for the requested categories. A category's data are contained in a CategoryArrayType object if there is no error (one or more CategoryType objects). Returns category data as well as related search data.

Defined in com/ebay/shoppingservice/FindPopularSearchesResponseType.js

Property Summary
Number pageNumber
Indicates the page of data returned by the current call.
Returns most popular search words by category.
Number totalPages
Indicates the total number of pages of data that could be returned by repeated requests.

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

Constructor Summary

Property Details

property Number pageNumber

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


property Array popularSearchResult

Returns most popular search words by category. For each category, the CategoryID, CategoryName, CategoryParentID, and CategoryParentName, are returned, as well as QueryKeywords, related, and alternate searches.


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.


Constructor Details

constructor FindPopularSearchesResponseType

FindPopularSearchesResponseType(Object props)

Parameters:
props