eBay::API::XML::DataType::HistogramEntryType - eBay::API::XML::DataType::HistogramEntryType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::HistogramEntryType

DESCRIPTION

Top

A generic histogram entry type.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setCount()

For GetProducts, the number of products found in the domain (characteristic set or attribute set). If a product is mapped to more than one domain, it will be counted separately for each domain. (For example, if the same product can be found in both Children's Books and Fiction Books, the count for both of these domains will include that product.) Furthermore, when a product is mapped to more than one domain, Product.AttributeSetID only returns the most applicable domain, as determined by eBay.

# Argument: 'xs:int'

getCount()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:int'

setId()

For GetProducts, this is the domain ID (attribute set ID or characteristic set ID).

# Argument: 'xs:string'

getId()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:string'

setName()

For GetProducts, this is the domain name (attribute set name or characteristic set name). A domain is like a high-level category.

# Argument: 'xs:string'

getName()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:string'


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