eBay::API::XML::Call::GetSuggestedCategories::GetSuggestedCategoriesResponseType - eBay::API::XML::Call::GetSuggestedCategories::GetSuggestedCategoriesResponseType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.