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
-
suggestedCategoryArray
Contains 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. -
categoryCount
Indicates the number of categories in the array.
property
Properties
categoryCount
Indicates the number of categories in the array.
@property (nonatomic, retain) NSNumber *categoryCount
Discussion
Indicates the number of categories in the array.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetSuggestedCategoriesResponseType.h
suggestedCategoryArray
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 *suggestedCategoryArray
Discussion
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