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

  •   categoryID

    Numeric ID of a category on eBay.

    property
  •   categoryParentID

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

    property
  •   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
  •   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
  •   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.

    property
  •   categoryName

    Category Name identifying the name of current CategoryID.

    property
  •   categoryParentName

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

    property
  •   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 *alternativeSearches

Discussion

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.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_PopularSearchesType.h

categoryID

Numeric ID of a category on eBay.

@property (nonatomic, retain) NSString *categoryID

Discussion

Numeric ID of a category on eBay.

type : NSString, wrapper for primitive string

Declared In

Shopping_PopularSearchesType.h

categoryName

Category Name identifying the name of current CategoryID.

@property (nonatomic, retain) NSString *categoryName

Discussion

Category Name identifying the name of current CategoryID.

type : NSString, wrapper for primitive string

Declared In

Shopping_PopularSearchesType.h

categoryParentID

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

@property (nonatomic, retain) NSString *categoryParentID

Discussion

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.h

categoryParentName

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

@property (nonatomic, retain) NSString *categoryParentName

Discussion

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.h

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 (nonatomic, retain) NSString *queryKeywords

Discussion

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.h

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.

@property (nonatomic, retain) NSString *relatedSearches

Discussion

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