Trading_GetSuggestedCategoriesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetSuggestedCategoriesResponseType.h Trading_GetSuggestedCategoriesResponseType.m |
Overview
Returns a list of categories with the highest number
of listings whose titles or descriptions contain the keywords
specified in a GetSuggestedCategoriesRequest.
@ingroup EBayAPIInterface
Tasks
-
suggestedCategoryArrayContains the categories that contain listings
property
that match the query string in the request. The array
can have up to 10 categories. Not returned if no categories match
the query in the request. -
categoryCountIndicates the number of categories in the array.
property
Properties
categoryCount
Indicates the number of categories in the array.
@property (nonatomic, retain) NSNumber *categoryCountDiscussion
Indicates the number of categories in the array.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetSuggestedCategoriesResponseType.hsuggestedCategoryArray
Contains the categories that contain listings
that match the query string in the request. The array
can have up to 10 categories. Not returned if no categories match
the query in the request.
@property (nonatomic, retain) Trading_SuggestedCategoryArrayType *suggestedCategoryArrayDiscussion
Contains the categories that contain listings
that match the query string in the request. The array
can have up to 10 categories. Not returned if no categories match
the query in the request.
type : class Trading_SuggestedCategoryArrayType
Declared In
Trading_GetSuggestedCategoriesResponseType.h