eBay Post-Order APIVersion 2.7.7
 

CancelStatusEnum

Enumeration type that is used to provide the last action taken by one of the parties associated with an order cancellation.

Types that use CancelStatusEnum:

Calls that use one or more values of CancelStatusEnum:

Enumeration Values

Value Description
CANCEL_CLOSED_FOR_COMMITMENT This enumeration value indicates that an order cancellation request was closed for an unpaid order.
CANCEL_CLOSED_NO_REFUND This enumeration value indicates that an order cancellation request was closed without a refund being issued. This will often be the status when an unpaid order was cancelled.
CANCEL_CLOSED_UNKNOWN_REFUND This enumeration value indicates that an order cancellation request was closed, but eBay cannot determine the status of any buyer refund. This will often be the status when a seller issued a refund to a buyer outside of eBay's system.
CANCEL_CLOSED_WITH_REFUND This enumeration value indicates that an order cancellation request was closed and the buyer received a refund.
CANCEL_PENDING This enumeration value indicates that an order cancellation request is being processed.
CANCEL_REJECTED This enumeration value indicates that the seller rejected an order cancellation request from the buyer.
CANCEL_REQUESTED This enumeration value indicates that the buyer has submitted an order cancellation request.
INVALID This enumeration value indicates that the cancellation request is not valid.
  * See the Enumeration Index to see exact use of each enumeration value in the API.