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

NAME

eBay::API::XML::DataType::ExpressHistogramAisleType

DESCRIPTION

Details about an Express aisle and matching item and catalog product counts in that aisle, if any.

SYNOPSIS

INHERITANCE

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

Subroutines:

setDomainDetails()

Identifies the aisle and provides matching item and eBay catalog product counts in the specified aisle, if any. Only returned if an aisle matched the request.<br> <br> If this node is missing but Aisle.ProductType is present, it means that the product type specified in Aisle.ProductType is not grouped into an aisle. In the Express Web site UI, such product types are elevated to (treated as) aisles from the user's perspective (or as Departments, if Department.DomainDetails is also missing). However, the API always maintains the Department/Aisle/ProductType structure to help you distinguish between actual departments, aisles, and stand-alone product types.

# Argument: 'ns:ExpressHistogramDomainDetailsType'

getDomainDetails()

# Returns: 'ns:ExpressHistogramDomainDetailsType'

setProductType()

Contains item and catalog product counts for an Express product type. Only returned when HistogramDetails is configured to return product types.<br> <br> An Aisle node can contain multiple ProductType nodes.

# Argument: reference to an array of 'ns:ExpressHistogramProductType'

getProductType()

# Returns: reference to an array of 'ns:ExpressHistogramProductType'