eBay Trading APIVersion 1349
 

GetSuggestedCategoriesResponseType ( AbstractResponseType )

The base response of a GetSuggestedCategories call. This response includes an array of categories with the highest number of listings whose listing titles or descriptions contain the keywords specified in the Query field of the call request.

Call that uses GetSuggestedCategoriesResponseType:

Fields

CategoryCount ( int ) [0..1]
This integer value indicates the number of suggested categories that were found that matched the keywords.
See the Field Index to learn which calls use CategoryCount.

SuggestedCategoryArray ( SuggestedCategoryArrayType ) [0..1]
This container consists of an array of suggested listing categories for an item based on the keywords that were specified in the Query field of the call request. Up to 10 suggested categories may be returned. This container will always be returned unless the query in the request exceeds the maximum allowed characters. The quality/accuracy of the results may depend on the quality of the query string.
See the Field Index to learn which calls use SuggestedCategoryArray.