OrderType ( string )

Defines the order type as Ascending or Descending

Types that use OrderType:

Enumeration Values

Value Description Which calls use this value *
Ascending The results will be sorted by the specified attribute in ascending (low to high) order. findCompatibilitiesBySpecification, findProducts, findProductsByCompatibility, getProductCompatibilities, getProductSubmissions
Descending The results will be sorted by the specified attribute in descending (high to low) order. findCompatibilitiesBySpecification, findProducts, findProductsByCompatibility, getProductCompatibilities, getProductSubmissions
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2009–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.