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

NAME

eBay::API::XML::DataType::Enum::ExpressHistogramSortCodeType

DESCRIPTION

Sort options for the Express histogram.

SYNOPSIS

Enums:

ItemCount

(in) Sort the domains in the histogram by the item count in descending order. The domain with the most matching items is returned first. This is the default setting.

ProductCount

(in) Sort the domains by the product count in descending order. The domain with the most matching products is returned first.

Alphabetical

(in) Sort the domains alphabetically by DomainDetails.Name. Domains at the same depth are sorted first. Within each domain, child domains are also sorted. For example, a "Books_Dept" department and its aisles or product types would be returned before a stand-alone "Hard_Domain_Music" product type. And that "Hard_Domain_Music" product type would be returned before a stand-alone "OldNavyAisle" aisle and its product types.

CustomCode

(out) Reserved for internal or future use.