eBay Post-Order APIVersion 2.7.7
 

ReturnSortEnum

This enumerated type lists all values that can be passed into the sort query parameter of the GET /post-order/v2/return/search request in order to sort return requests by a particular metric of the return request, such as filing date or status. Either a (+) or a (-) operator must prepend the enumeration value, with a (+) sign being used to sort in ascending order according to that metric, and a (-) sign being used to sort in descending order according to that metric.

No calls use ReturnSortEnum.

Enumeration Values

Value Description
ACTUAL_AMOUNT Use this value if you want to sort the return requests in the response by the actual amount of the buyer refund (if the refund has already been issued).
BUYER_LOGIN_NAME Use this value if you want to sort the return requests in the response by the buyer's eBay user name.
ESTIMATED_AMOUNT Use this value if you want to sort the return requests in the response by the estimated amount of the expected buyer refund.
FILING_DATE Use this value if you want to sort the return requests in the response by creation date.
REASON Use this value if you want to sort the return requests in the response by the buyer's return reason.
REFUND_DUE_DATE Use this value if you want to sort the return requests in the response by the date when the buyer refund is due.
RETURN_ID Use this value if you want to sort the return requests in the response by the return ID.
STATUS Use this value if you want to sort the return requests in the response by the current status of the return request.
UNKNOWN This enumeration value is returned if the specified sort value is unknown.
  * See the Enumeration Index to see exact use of each enumeration value in the API.