eBay Shopping APIVersion 1293
 

ProductSortCodeType ( token )

This enumerated type defines the sort values that can be used to control the order of eBay Catalog products that are returned with a FindProducts call.

Type that uses ProductSortCodeType:

Call that uses one or more values of ProductSortCodeType:

Enumeration Values

Value Description
CustomCode Reserved for values that are not available in the version of the schema you are using. This means if in a newer version of the API eBay adds a new value to ProductSortCodeList type and the request was using a lower version, 'CustomCode' is returned instead of the new value.
ItemCount This enumeration value is input into the ProductSort field if the user would like the eBay Catalog products to be sorted according to the number of of active listings associated with each product.
Popularity This enumeration value is input into the ProductSort field if the user would like the eBay Catalog products to be sorted by product popularity (as determined by eBay). This is also the default value, so if the ProductSort field is omitted, eBay Catalog products will be sorted by product popularity by default.
Rating This enumeration value is input into the ProductSort field if the user would like the eBay Catalog products to be sorted by product rating.
ReviewCount This enumeration value is input into the ProductSort field if the user would like the eBay Catalog products to be sorted according to the number of reviews for that product on eBay.
Title This enumeration value is input into the ProductSort field if the user would like the eBay Catalog products to be sorted according to the product title.
  * See the Enumeration Index to see exact use of each enumeration value in the API.