Enumeration type that specifies the dispute filters that can be used in the DisputeFilterType field of the GetUserDisputes call.
Note: 'Item Not Received' or 'Significantly Not As Described' cases, initiated by buyers through the eBay Money Back Guarantee program, are not returned with GetUserDisputes, regardless of what filter value is used. The getCase method of the Post-Order API is used to retrieve Money Back Guarantee cases programmatically.
Types that use DisputeFilterTypeCodeType:
Call that uses one or more values of DisputeFilterTypeCodeType:
Value | Description |
AllInvolvedClosedDisputes | If used, this filter returns all closed disputes that involve the caller as a buyer or seller. |
AllInvolvedDisputes | If used, this filter returns all open and closed disputes that involve the caller as a buyer or seller. |
CustomCode | Reserved for future use. |
DisputesAwaitingMyResponse | If used, this filter returns all open disputes that involve the caller as a buyer or seller and are awaiting a response from the caller. This is the default DisputeFilterType value. In other words, if no DisputeFilterType is specified in the request, only those disputes where the caller's response is due are returned. |
DisputesAwaitingOtherPartyResponse | If used, this filter returns all open disputes that involve the caller as a buyer or seller and are awaiting a response from the other party. |
EligibleForCredit | If used, this filter returns all disputes that involve the caller as a buyer or seller and are eligible for a Final Value Fee credit, regardless of whether or not the credit has been granted. |
ItemNotReceivedDisputes | If used, this filter returns all open and closed Item Not Received disputes that involve the caller as a buyer or seller. Note: This filter is only used to retrieve any 'Item Not Received' or 'Significantly Not As Described' disputes that a buyer initiated through their PayPal account. As noted above, the GetUserDisputes call will not return any eBay Money Back Guarantee cases. |
UnpaidItemDisputes | If used, this filter returns all open and closed Unpaid Item disputes that involve the caller as a buyer or seller. |
Copyright © 2005–2021 eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.