eBay::API::XML::DataType::SuggestedCategoryType - eBay::API::XML::DataType::SuggestedCategoryType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::SuggestedCategoryType

DESCRIPTION

Top

Defines a suggested category, returned in response to a search for categories that contain listings with certain keywords in their titles and descriptions.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::SuggestedCategoryType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setCategory()

Describes a category that contains items that match the query.

# Argument: 'ns:CategoryType'

getCategory()

  Calls: GetSuggestedCategories
  Returned: Conditionally

# Returns: 'ns:CategoryType'

setPercentItemFound()

Percentage of the matching items that were found in this category, relative to other categories in which matching items were also found. Indicates the distribution of matching items across the suggested categories.

# Argument: 'xs:int'

getPercentItemFound()

  Calls: GetSuggestedCategories
  Returned: Conditionally

# Returns: 'xs:int'


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