Class PopularSearchesType


class PopularSearchesType
Contains search word information, as it is related to a category.

Defined in com/ebay/shoppingservice/PopularSearchesType.js

Property Summary
Alternative search keywords for the query keywords, separated by semicolons.
String categoryID
Numeric ID of a category on eBay.
String categoryName
Category Name identifying the name of current CategoryID.
Category ID identifying a category that is the parent category of the category indicated in the request.
The name of category which is a parent category to the CategoryID specified in the request.
Specifies which QueryKeywords corresponds to this PopularSearchResult.
Keywords related to the query keywords, separated by semicolons.

Constructor Summary
PopularSearchesType(Object props)

Property Details

property String alternativeSearches

Alternative search keywords for the query keywords, separated by semicolons. You can use this to find other search terms buyers and sellers may be interested in. For example, if a seller lists an item with "wedding" in the title, they may also be interested in adding "bridal" to the title because bridal is an alternative search keyword which buyers have used.


property String categoryID

Numeric ID of a category on eBay.


property String categoryName

Category Name identifying the name of current CategoryID.


property String categoryParentID

Category ID identifying a category that is the parent category of the category indicated in the request.


property String categoryParentName

The name of category which is a parent category to the CategoryID specified in the request.


property String queryKeywords

Specifies which QueryKeywords corresponds to this PopularSearchResult. Query Keywords are returned in the output to clarify which result set corresponds to which QueryKeyword inputs (as there can be more than one set of keywords in the input).


property String relatedSearches

Keywords related to the query keywords, separated by semicolons. You can use this to find more detailed related keywords. For example, the query keyword "wedding" is related to searches for "wedding decorations;wedding favors;wedding supplies;wedding dresses..." which helps the seller and buyer specify their query with more detail and precision.


Constructor Details

constructor PopularSearchesType

PopularSearchesType(Object props)

Parameters:
props