eBay Post-Order APIVersion 2.7.7
 

AppealCloseReasonEnum

This enumeration type contains the valid/applicable reasons why an appeal on a case decision is closed.

Type that uses AppealCloseReasonEnum:

Calls that use one or more values of AppealCloseReasonEnum:

Enumeration Values

Value Description
APPEAL_BUYER_DENIED This enumeration value indicates that the appeal was closed after the buyer request for an appeal has been denied by eBay.
APPEAL_BUYER_WINS This enumeration value indicates that the appeal was closed after the buyer won the appeal on the case decision.
APPEAL_BUYER_WINS_PARTIAL_CREDIT This enumeration value indicates that the appeal was closed after the buyer won the appeal on the case decision, and the buyer will be partially reimbursed for any applicable debits charged to their account.
APPEAL_SELLER_DENIED This enumeration value indicates that the appeal was closed after the seller request for an appeal has been denied by eBay.
APPEAL_SELLER_WINS_FULL_CREDIT This enumeration value indicates that the appeal was closed after the seller won the appeal on the case decision, and the seller will be fully reimbursed for any issued refunds or applicable fees to their account.
APPEAL_SELLER_WINS_FULL_CREDIT_CANCEL_RECOUP This enumeration value indicates that the appeal was closed after the seller won the appeal on the case decision, and the seller will be fully reimbursed for any issued refunds or applicable fees to their account. The scheduled recoupment will be cancelled.
APPEAL_SELLER_WINS_PARTIAL_CREDIT This enumeration value indicates that the appeal was closed after the seller won the appeal on the case decision, and the seller will be partially reimbursed for any issued refunds or applicable fees to their account.
OTHER This enumeration value indicates that the appeal was closed for an undetermined reason.
  * See the Enumeration Index to see exact use of each enumeration value in the API.