eBay Post-Order APIVersion 2.7.7
 

ReturnStatusEnum

This enumeration type lists the possible statuses for a return request.

Type that uses ReturnStatusEnum:

Calls that use one or more values of ReturnStatusEnum:

Enumeration Values

Value Description
CLOSED This enumeration value indicates that the return request has been closed
ESCALATED This enumeration value indicates that the return request has been escalated to a return case.
ITEM_DELIVERED This enumeration value indicates that the return request item has been delivered to the seller.
ITEM_SHIPPED This enumeration value indicates that the return request item has been shipped by the buyer.
LESS_THAN_A_FULL_REFUND_ISSUED This enumeration value indicates that a partial buyer refund was issued by the seller.
PARTIAL_REFUND_DECLINED This enumeration value indicates that the buyer has declined the partial refund amount that the seller has proposed.
PARTIAL_REFUND_FAILED This enumeration value indicates that the partial refund operation has failed.
PARTIAL_REFUND_INITIATED This enumeration value indicates that a partial refund to the buyer has been initiated by the seller.
PARTIAL_REFUND_REQUESTED This enumeration value indicates that a partial refund has been requested by the buyer.
READY_FOR_SHIPPING This enumeration value indicates that the return request item is ready to be shipped back by the buyer to the seller.
REPLACED This enumeration value indicates that the buyer has acknowledged the receipt of the replacement item.
REPLACEMENT_CLOSED This enumeration value indicates that the replacement item has been received and the return request has been closed.
REPLACEMENT_DELIVERED This enumeration value indicates that the replacement item has been delivered to the buyer.
REPLACEMENT_LABEL_REQUESTED This enumeration value indicates that the seller has requested a shipping label for the replacement item.
REPLACEMENT_REQUESTED This enumeration value indicates that the buyer has requested a replacement item.
REPLACEMENT_SHIPPED This enumeration value indicates that the replacement item has been shipped to the buyer.
REPLACEMENT_STARTED This enumeration value indicates that the process for the seller to send a replacement item to the buyer has started.
REPLACEMENT_WAITING_FOR_RMA This enumeration value indicates that the seller still needs to provide a Return Merchandise Authorization (RMA) number for the replacement item.
RETURN_LABEL_REQUESTED This enumeration value indicates that the buyer has requested a return shipping label.
RETURN_REJECTED This enumeration value indicates that the buyer's return request has been rejected by the seller.
RETURN_REQUESTED This enumeration value indicates that a return request has been initiated by the buyer.
RETURN_REQUESTED_TIMEOUT This enumeration value indicates that a return request has been initiated by the buyer, but the system has timed out.
UNKNOWN This enumeration value indicates that the current status of the return request is unknown.
WAITING_FOR_RETURN_LABEL This enumeration value indicates that the return request is currently waiting for an eBay return shipping label to be available.
WAITING_FOR_RMA This enumeration value indicates that the return request is currently waiting for the seller to provide a Return Merchandise Authorization (RMA) number to the buyer.
  * See the Enumeration Index to see exact use of each enumeration value in the API.