eBay Merchant Data APIVersion 1255
 

DisputeSortTypeCodeType ( token )

Enumerated type that defines the values that can be used in the DisputeSortType filter of the GetUserDisputes request to control the order of disputes that are returned.

Note: The GetUserDisputes call of the Trading API now only supports Unpaid Item cases, and no longer supports Item not Received (INR) or Significantly not as Described (SNAD) disputes created through PayPal, since this is no longer an option for eBay buyers. eBay buyers must create an INR or SNAD case through eBay's Resolution Center, and this call also does not support eBay Money Back Guarantee cases.

To respond to an eBay Money Back Guarantee case, the seller should use the Case Management calls of the Post-Order API or manage/respond to cases manually through the eBay Resolution Center.

No calls use DisputeSortTypeCodeType.

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
DisputeCreatedTimeAscending If this value is used in the DisputeSortType field, retrieved Unpaid Item cases are sorted according to creation time, in ascending order.
DisputeCreatedTimeDescending If this value is used in the DisputeSortType field, retrieved Unpaid Item cases are sorted according to creation time, in descending order.
DisputeCreditEligibilityAscending If this value is used in the DisputeSortType field, retrieved Unpaid Item cases are sorted according to whether the cases are eligible for a Final Value Fee credit to the seller, in ascending order. In other words, Unpaid Item cases ineligible for a FVF credit are listed before Unpaid Item cases that are eligible for a FVF credit.
DisputeCreditEligibilityDescending If this value is used in the DisputeSortType field, retrieved Unpaid Item cases are sorted according to whether the Unpaid Item cases are eligible for a Final Value Fee credit to the seller, in descending order. In other words, Unpaid Item cases eligible for a FVF credit are listed before Unpaid Item cases that are not eligible for a FVF credit.
DisputeStatusAscending If this value is used in the DisputeSortType field, retrieved Unpaid Item cases are sorted according to status, in ascending order.
DisputeStatusDescending If this value is used in the DisputeSortType field, retrieved Unpaid Item cases are sorted according to status, in descending order.
None This is the default value. If this value is used in the DisputeSortType field, or if the DisputeSortType field is omitted from the GetUserDisputes request, retrieved Unpaid Item cases are sorted according to dispute creation time, in descending order.
  * See the Enumeration Index to see exact use of each enumeration value in the API.