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


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

Index


NAME

Top

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

DESCRIPTION

Top

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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