eBay Product APIVersion 1.4.0
 

OrderType ( string )

Defines the order type as Ascending or Descending

Types that use OrderType:

Calls that use one or more values of OrderType:

Enumeration Values

Value Description
Ascending The results will be sorted by the specified attribute in ascending (low to high) order.
Descending The results will be sorted by the specified attribute in descending (high to low) order.
  * See the Enumeration Index to see exact use of each enumeration value in the API.