eBay Post-Order APIVersion 2.7.7
 

CancelStateEnum

This enumerated type lists the possible states of an order cancellation request.

Types that use CancelStateEnum:

Calls that use one or more values of CancelStateEnum:

Enumeration Values

Value Description
APPROVAL_PENDING This enumeration value indicates that the buyer's order cancellation request is waiting for the seller's approval.
CLOSED This enumeration value indicates that the order cancellation request has been closed.
CONFIRM_REFUND_PENDING This enumeration value indicates that the order cancellation request is waiting for the buyer to confirm that they have received the refund.
INITIAL This enumeration value indicates that the order cancellation request has been initiated.
OTHER This enumeration value indicates that the current state of the order cancellation request cannot be determined.
REFUND_FAILED_RETRY This enumeration value indicates that the refund transaction failed, and that another attempt will be made.
REFUND_INITIATED This enumeration value indicates that the buyer refund on an approved order cancellation request has been initiated.
REFUND_PENDING This enumeration value indicates that the seller approved the order cancellation request and the buyer refund is pending.
  * See the Enumeration Index to see exact use of each enumeration value in the API.