| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::Call::GetSuggestedCategories::GetSuggestedCategoriesResponseType
Returns a list of categories with the highest number of listings whose titles or descriptions contain the keywords specified in a GetSuggestedCategoriesRequest.
eBay::API::XML::Call::GetSuggestedCategories::GetSuggestedCategoriesResponseType inherits from the eBay::API::XML::ResponseDataType class
Indicates the number of categories in the array.
# Argument: 'xs:int'
Returned: Always # Returns: 'xs:int'
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.
# Argument: 'ns:SuggestedCategoryArrayType'
Returned: Conditionally # Returns: 'ns:SuggestedCategoryArrayType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |