The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetSuggestedCategories inherits from the eBay::API::XML::BaseCall class

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'