eBay Post-Order APIVersion 2.7.7
 

CancelCloseReasonEnum

This enumerated type defines the possible reasons why an order cancellation request was closed.

Types that use CancelCloseReasonEnum:

Calls that use one or more values of CancelCloseReasonEnum:

Enumeration Values

Value Description
BUYER_CONFIRM_NOT_PAID This enumeration value indicates that the buyer confirmed that payment had not been made for the approved cancellation request.
BUYER_CONFIRM_REFUND This enumeration value indicates that the buyer confirmed that the refund was received for the approved cancellation request.
BUYER_CONFIRM_TIMEOUT_NON_PAYPAL_PAID This enumeration value indicates that the time allotted for the buyer to mark an order as paid has expired.
BUYER_CONFIRM_TIMEOUT_PAYPAL_PAID THIS VALUE IS DEPRECATED.
CHARGEBACK_DISPUTE_FILED This enumeration value indicates that a chargeback was detected on the transaction being cancelled, and the order cancellation is closed with the reason set to "Chargeback filed".
FULL_REFUNDED This enumeration value indicates that the order cancellation request was closed after a full refund was issued to the buyer.
FULL_REFUNDED_AS_PAYOUT This enumeration value indicates that the buyer was refunded using the seller's available payout funds.
FULL_REFUNDED_T2_FAILED This enumeration value may be returned in the case where two refund transactions occur - one for the item price, and the other to cover sales tax and shipping costs. And this enumeration value would indicate that the refund for the item cost was successful, but the refund for sales tax and shipping failed.
FULL_REFUNDED_T2_ONLY This enumeration value may be returned in the case where two refund transactions are necessary - one for the item price, and the other to cover sales tax and shipping costs. And this enumeration value would indicate that the refund for the sales tax and shipping initially failed, but was successful on a subsequent attempt.
INELIGIBLE_FOR_CANCEL This enumeration value indicates that the order cancellation request was closed because the order was ineligible for cancellation.
PAYOUT_FAILED This enumeration value indicates that the attempt to refund the buyer using the seller's available payout funds failed.
REFUND_FAILED This enumeration value indicates that the order cancellation request was closed after the refund transaction was unsuccessful multiple times.
SELLER_APPROVE_TIMEOUT_PAID This enumeration value indicates that the seller attempted to approve an order cancellation request for a paid order, but tried to do so outside of the allotted time to officially approve the request.
SELLER_APPROVE_TIMEOUT_UNPAID This enumeration value indicates that the seller attempted to approve an order cancellation request for an unpaid order, but tried to do so outside of the allotted time to officially approve the request.
SELLER_APPROVE_UNPAID This enumeration value indicates that the seller approved an order cancellation request for an unpaid order.
SELLER_CANCEL_UNPAID This enumeration value indicates that the seller successfully cancelled an unpaid order.
SELLER_DECLINE This enumeration value indicates that the order cancellation request was closed after the seller declined the buyer-initiated cancellation request.
SYSTEM_NOTIFY_SHIPPING_STATUS This enumeration value indicates that the order cancellation request was closed since one or more line items in the order were already shippped to the buyer. An order that was already partially/fully shipped by the seller is not eligible for cancellation.
UNKNOWN This enumeration value indicates that the reason the order cancellation request was closed cannot be determined.
  * See the Enumeration Index to see exact use of each enumeration value in the API.