Tim Keefer > eBay-API > eBay::API::XML::DataType::Enum::ProductSortCodeType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::Enum::ProductSortCodeType

DESCRIPTION ^

Controls the order of product (not item) searches.

SYNOPSIS ^

Enums: ^

PopularityAsc

Sort by product popularity (as determined by eBay), and return the most popular products first.

PopularityDesc

Sort by product popularity (as determined by eBay), and return the least popular products first.

RatingAsc

Sort by average rating, and return the lowest rated products first.

RatingDesc

Sort by average rating, and return the highest rated products first.

ReviewCountAsc

Sort by the number of reviews, and return products with the fewest reviews first.

ReviewCountDesc

Sort by the number of reviews, and return products with the most reviews first.

ItemCountAsc

Sort by the number of active items listed with this product, and return products with the fewest items first.

ItemCountDesc

Sort by the number of active items listed with this product, and return products with the most items first.

TitleAsc

Sort by the product title, and return products in ascending order. For example, with Western character sets, this means alphabetical order (e.g., A to Z), where titles that start with the word "A" appear before titles that start with the word "The".

TitleDesc

Sort by the product title, and return products in reverse order (e.g., Z to A).

CustomCode

Reserved for values that are not available in the version of the schema you are using. If eBay adds a new value to this code type as of a particular version, we return CustomCode when you specify a lower request version.

syntax highlighting: