eBay Post-Order APIVersion 2.7.7
 

ReturnTypeEnum

This enumerated type lists the possible values that the buyer can pass in the type field when the buyer is creating a return request or draft with the POST /post-order/v2/return or POST /post-order/v2/return/draft methods. Indicates the buyer's desired outcome - money back for the order or a replacement item (in the case of a SNAD item).

Types that use ReturnTypeEnum:

Calls that use one or more values of ReturnTypeEnum:

Enumeration Values

Value Description
EXCHANGE This enumeration value is no longer valid, as exchanges are no longer available on any marketplaces.
MONEY_BACK This enumeration value indicates that the buyer is seeking a full refund after returning the item.
REPLACEMENT This enumeration value indicates that the buyer is seeking a replacement item after returning the item. Sellers do not always have replacement items available, but a buyer may make this request.
UNKNOWN This enumeration value indicates that it is unknown whether the buyer is seeking a full refund or a replacement item.
  * See the Enumeration Index to see exact use of each enumeration value in the API.