CancelActivityTypeEnum
Enumeration type that is used to provide the possible events or actions that may occur during the life of an order cancellation request.
Type that uses CancelActivityTypeEnum:
Call that uses one or more values of CancelActivityTypeEnum:
Enumeration Values
Value | Description |
BUYER_CONFIRM_REFUND | This enumeration value indicates that the buyer confirmed receipt of the refund for the cancelled order. |
BUYER_CREATE_CANCEL | This enumeration value indicates that the buyer submitted an order cancellation request. |
SELLER_APPROVE | This enumeration value indicates that the seller approved the buyer's order cancellation request. |
SELLER_CREATE_CANCEL | This enumeration value indicates that the seller initiated an order cancellation request. |
SELLER_REJECT | This enumeration value indicates that the seller rejected the buyer's order cancellation request. |
SYSTEM_CHARGEBACK_OPENED | This enumeration value indicates that the system opened a credit card chargeback on the transaction. |
SYSTEM_CREATE_CANCEL | This enumeration value indicates that the system created the order cancellation request before the order was shipped by the seller. |
SYSTEM_NOTIFY_PAYOUT_STATUS | This enumeration value indicates that a status update was received regarding the refund for a cancelled order. |
SYSTEM_NOTIFY_REFUND_STATUS | This enumeration value indicates that the system notified the buyer and/or the seller regarding the status of a refund. |
SYSTEM_NOTIFYPP_REFUND | This enumeration value is deprecated. |
SYSTEM_PAYOUT | This enumeration value indicates that the buyer received an order refund from eBay. |
SYSTEM_REFUND | This enumeration value indicates that a refund was initiated by system after the seller approved the buyer's order cancellation request. |
SYSTEM_REJECT | This enumeration value indicates that the system rejected the buyer's order cancellation request because the order has already been shipped by the seller. Once an order has been shipped, the buyer must go through the return process instead to return the item for a refund. |
SYSTEM_TIMEOUT_FOR_APPROVAL | This enumeration value indicates that the time allotted for the seller to approve the buyer's order cancellation request has expired. |
SYSTEM_TIMEOUT_FOR_CONFIRMATION | This enumeration value indicates that the time allotted for the buyer to confirm they have received an order refund has expired. |
SYSTEM_TIMEOUT_FOR_NOTIFY_PAYOUT_STATUS | This enumeration value indicates that the time allotted for the payout status notification has timed out. |
SYSTEM_TIMEOUT_FOR_NOTIFY_REFUND_STATUS | This enumeration value indicates that the time allotted for order refund status notification has timed out. |
UNKNOWN | This enumeration value indicates that the activity on the order cancellation request is unknown. |