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::StoreItemListSortOrderCodeType

DESCRIPTION

List of available options for how items are sorted in an eBay Store.

SYNOPSIS

Enums:

EndingFirst

Lists items with those ending soon listed first.

NewlyListed

Lists items with those newly listed appearing in the list first.

LowestPriced

Lists items by price in ascending order. The item with the lowest starting price is listed first.

HighestPriced

Lists items by price in descending order. The item with the highest starting price is listed first.

CustomCode

(out) Reserved for internal or future use.