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

DESCRIPTION

Sorts the items in the ItemArray.

SYNOPSIS

Enums:

LowestTotalCost

(in) Sort the items by the lowest total cost, including shipping. The item with the lowest total cost is returned first. To calculate the total cost, PostalCode must also be specified in the request.

HighestTotalCost

(in) Sort the items by the highest total cost, including shipping. The item with the highest total cost is returned first. To calculate the total cost, PostalCode must also be specified in the request.

Relevance

(in) Sort the items by relevance. This is the default. The item with the highest relevance is returned first. The relevance is determined by various factors, such as matching item details and historical buyer behavior.

CustomCode

(out) Reserved for internal or future use.