eBay Post-Order APIVersion 2.7.7
 

ReturnSortField

Although the sort query parameter in the GET /post-order/v2/return/search method actually references this type, none of the elements defined in this type are literally used through the sort query parameter.

Call that uses ReturnSortField:

Fields

ascending ( boolean ) [0..?]
This boolean field is not literally used. To initiate the retrieval of return requests in ascending order, a plus sign (+) prepends the sort value. To initiate the retrieval of return requests in descending order, a minus sign (-) prepends the sort value.
See the Field Index to learn which calls use ascending.

enumValue ( string ) [0..?]
This field is not literally used, but the sort query parameter value is set to one of the values defined in ReturnSortEnum type, prepended by either a plus sign (+) or minus sign (-) to set ascending or descending order, respectively. See the ReturnSortEnum type definition for a complete list of supported sort values.
See the Field Index to learn which calls use enumValue.

field ( string ) [0..?]
This field is not used.
See the Field Index to learn which calls use field.