NAME

eBay::API::XML::Call::GetSuggestedCategories::GetSuggestedCategoriesResponseType

DESCRIPTION

Returns a list of categories with the highest number of listings whose titles or descriptions contain the keywords specified in a GetSuggestedCategoriesRequest.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetSuggestedCategories::GetSuggestedCategoriesResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setCategoryCount()

Indicates the number of categories in the array.

# Argument: 'xs:int'

getCategoryCount()

Returned: Always
#    Returns: 'xs:int'

setSuggestedCategoryArray()

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'

getSuggestedCategoryArray()

Returned: Conditionally
#    Returns: 'ns:SuggestedCategoryArrayType'