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

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

DESCRIPTION

SYNOPSIS

Subroutines:

setQuery()

Specifies the search string, consisting of one or more words to search for in the listing title. The words "and" and "or" are treated like any other word.

MaxLength: 350 (characters)

RequiredInput: Yes
#    Argument: 'xs:string'

getCategoryCount()

Indicates the number of categories in the array.

Returned: Always
#    Returns: 'xs:int'

getSuggestedCategoryArray()

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.

Returned: Conditionally
#    Returns: 'ns:SuggestedCategoryArrayType'