eBay Resolution Case Management APIVersion 1.3.0
 

CaseStatusInputType ( token )

Enumeration type containing all of the applicable case status values for all case types retrieved with the getUserCases call.

Type that uses CaseStatusInputType:

Call that uses one or more values of CaseStatusInputType:

Enumeration Values

Value Description
CLOSED A closed case. A final decision has been made on the case.
ELIGIBLE_FOR_CREDIT A case where the seller is eligible to receive a Final Value Fee credit.
MY_PAYMENT_DUE An open case that is awaiting a payment from the user making the call.
MY_RESPONSE_DUE An open case that is awaiting a response from the user making the call.
OPEN An open case. A final decision has not been made on the case.
OTHER_PARTY_RESPONSE_DUE An open case that is awaiting a response from the other party involved in the case.
  * See the Enumeration Index to see exact use of each enumeration value in the API.