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

DESCRIPTION

Specifies how items should be sorted.

SYNOPSIS

Enums:

EndingLast

Sort items by ending time, with items ending last first.

EndingSoonest

Sort items by ending time, with items ending soonest first.

HighestPrice

Sort items by price, with the highest price first.

LowestPrice

Sort items by price, with the lowest price first.

NewlyListed

Sort items by listing time, with newly listed items first.

RandomlySelected

Sort items in a randomly selected order.

CustomCode

Reserved for internal or future use.