eBay Return Management APIVersion 1.1.0
 

ReturnSortOrderType ( token )

Enumerated type that determines whether returns in the getUserReturns response are displayed in ascending or descending order.

Type that uses ReturnSortOrderType:

Call that uses one or more values of ReturnSortOrderType:

Enumeration Values

Value Description
Ascending This value is passed into the sortOrderType field of the getUserReturns call to display all retrieved returns in ascending order. See the ReturnSortType documentation to get an idea about how Ascending affects the four different sort types.
Descending This value is passed into the sortOrderType field of the getUserReturns call to display all retrieved returns in descending order. See the ReturnSortType documentation to get an idea about how Descending affects the four different sort types. Descending is the default value and will be used if the sortOrderType field is not included in the getUserReturns request.
  * See the Enumeration Index to see exact use of each enumeration value in the API.