eBay Post-Order APIVersion 2.7.7
 

BuyerCloseReturnReasonEnum

This enumerated type lists all possible reasons that a buyer can give for cancelling a return request. A buyer would typically close a return request after they receive a refund or if they initiated the return request by mistake.

Types that use BuyerCloseReturnReasonEnum:

Calls that use one or more values of BuyerCloseReturnReasonEnum:

Enumeration Values

Value Description
BUYER_NO_LONGER_WANTS_RETURN This enumeration value indicates the buyer closed the return request because he/she no longer wants to return the item.
BUYER_RECEIVED_REFUND This enumeration value indicates the buyer closed the return request after receiving a refund from the seller.
BUYER_RECEIVED_REPLACEMENT This enumeration value indicates the buyer closed the return request after receiving a replacement item from the seller.

Note: This value is not currently supported as a reason for closing a return request.

BUYER_STARTED_RETURN_ACCIDENTALLY This enumeration value indicates the buyer closed the return request after opening the request accidentally.
CHARGE_BACK_OPENED This enumeration value indicates the eBay system closed the return request because the buyer opened a chargeback request.
OTHER This enumeration value indicates the buyer's reason for closing the return is unclassified.
UNKNOWN This enumeration value indicates the buyer's reason for closing the return is unknown.

Note: This value is not currently supported as a reason for closing a return request.

  * See the Enumeration Index to see exact use of each enumeration value in the API.