CancelStatusCodeType ( token )
Enumerated type that defines the possible states of an eBay order cancellation.
Types that use CancelStatusCodeType:
Calls that use one or more values of CancelStatusCodeType:
Enumeration Values
Value | Description |
CancelClosedForCommitment | This value indicates that since the buyer committed to buying the item but did not pay for it, the cancellation succeeded and no refund is needed. |
CancelClosedNoRefund | This value indicates that the order cancellation request has been closed, with no refund issued to the buyer. |
CancelClosedUnknownRefund | This value indicates that the order cancellation request has been closed, and it is unknown whether or not a refund was issued to the buyer. |
CancelClosedWithRefund | This value indicates that the order cancellation request has been closed, with a refund issued to the buyer. |
CancelComplete | This value indicates that the cancellation of the eBay order has been completed. |
CancelFailed | This value indicates that the cancellation of the eBay order has failed. |
CancelPending | This value indicates that the cancellation of the eBay order has been initiated by the buyer and approved by the seller, but the cancellation request has yet to be completed. |
CancelRejected | This value indicates that the cancellation of the eBay order initiated by the buyer has been rejected by the seller. |
CancelRequested | This value indicates that the buyer has initiated the cancellation of the eBay order. It will be up to the seller to decide to approve or reject the cancellation request. |
CustomCode | This value is reserved for internal or future use. |
Invalid | This value indicates that the order cancellation request is invalid. |
NotApplicable | This value indicates that the order cancellation request is not applicable. |