eBay Product APIVersion 1.4.0
 

SortOption

Specifies the property value to sort on and the order of the sort.

Type that uses SortOption:

Call that uses SortOption:

Fields

sortOrder ( OrderType ) [1]
This value specifies whether you want to sort search results in ascending or descending order, in conjunction with the value you specify in sortType. If you specify a sortOption, you must include sortOrder.
See the Field Index to learn which calls use sortOrder.

sortType ( SortType ) [1]
Indicates the property value used for sorting. Currently, results can only be sorted by product submission ID. If you specify a sortOption, you must include sortType.
See the Field Index to learn which calls use sortType.