Shopping_PopularSearchesType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_PopularSearchesType.h Shopping_PopularSearchesType.m |
Overview
Contains search word information, as it is related to a category.
@ingroup ShoppingInterface
Tasks
-
categoryIDNumeric ID of a category on eBay.
property -
categoryParentIDCategory ID identifying a category that is the parent category
property
of the category indicated in the request. -
queryKeywordsSpecifies which QueryKeywords corresponds to this PopularSearchResult.
property
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). -
alternativeSearchesAlternative search keywords for the query keywords, separated by semicolons.
property
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. -
relatedSearchesKeywords related to the query keywords, separated by semicolons.
property
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. -
categoryNameCategory Name identifying the name of current CategoryID.
property -
categoryParentNameThe name of category which is a parent category to the CategoryID
property
specified in the request. -
any(public property)
property
Properties
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 (nonatomic, retain) NSString *alternativeSearchesDiscussion
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.
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_PopularSearchesType.hcategoryID
Numeric ID of a category on eBay.
@property (nonatomic, retain) NSString *categoryIDDiscussion
Numeric ID of a category on eBay.
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.hcategoryName
Category Name identifying the name of current CategoryID.
@property (nonatomic, retain) NSString *categoryNameDiscussion
Category Name identifying the name of current CategoryID.
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.hcategoryParentID
Category ID identifying a category that is the parent category
of the category indicated in the request.
@property (nonatomic, retain) NSString *categoryParentIDDiscussion
Category ID identifying a category that is the parent category
of the category indicated in the request.
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.hcategoryParentName
The name of category which is a parent category to the CategoryID
specified in the request.
@property (nonatomic, retain) NSString *categoryParentNameDiscussion
The name of category which is a parent category to the CategoryID
specified in the request.
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.hqueryKeywords
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 (nonatomic, retain) NSString *queryKeywordsDiscussion
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).
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.hrelatedSearches
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.
@property (nonatomic, retain) NSString *relatedSearchesDiscussion
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.
type : NSString, wrapper for primitive string
Declared In
Shopping_PopularSearchesType.h