Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetSuggestedCategoriesRequestType.h
Trading_GetSuggestedCategoriesRequestType.m

Overview

Returns a list of up to 10 categories that have the highest percentage of listings
whose titles or descriptions contain the keywords you specify.

@ingroup EBayAPIInterface

Tasks

  •   query

    Specifies the search string, consisting of one or
    more words to search for in the listing title.
    The words “and” and “or” are treated like any other
    word.

    property

Properties

query

Specifies the search string, consisting of one or
more words to search for in the listing title.
The words “and” and “or” are treated like any other
word.

@property (nonatomic, retain) NSString *query

Discussion

Specifies the search string, consisting of one or
more words to search for in the listing title.
The words “and” and “or” are treated like any other
word.

type : NSString, wrapper for primitive string

Declared In

Trading_GetSuggestedCategoriesRequestType.h