Types that use ProductSortCodeType:
| Value | Description | Which calls use this value * |
| 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. | GetProducts |
| ItemCountAsc | Sort by the number of active items listed with this product, and return products with the fewest items first. | GetProducts |
| ItemCountDesc | Sort by the number of active items listed with this product, and return products with the most items first. | GetProducts |
| PopularityAsc | Sort by product popularity (as determined by eBay), and return the most popular products first. | GetProducts |
| PopularityDesc | Sort by product popularity (as determined by eBay), and return the least popular products first. | GetProducts |
| RatingAsc | Sort by average rating, and return the lowest rated products first. | GetProducts |
| RatingDesc | Sort by average rating, and return the highest rated products first. | GetProducts |
| ReviewCountAsc | Sort by the number of reviews, and return products with the fewest reviews first. | GetProducts |
| ReviewCountDesc | Sort by the number of reviews, and return products with the most reviews first. | GetProducts |
| 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". | GetProducts |
| TitleDesc | Sort by the product title, and return products in reverse order (e.g., Z to A). | GetProducts |
This document was generated with a customized version of the apireferencedocs tool.
© 2005–2010 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.