eBay Return Management APIVersion 1.1.0
 

ReturnType ( token )

Enumerated type that defines the return types that are possible. Through the Return Center, the buyer selects whether he/she wants to be refunded for the purchase or wants a replacement item.

Type that uses ReturnType:

Calls that use one or more values of ReturnType:

Enumeration Values

Value Description
MONEY_BACK This value indicates that the buyer is returning/has returned the item for a refund.
REPLACEMENT This value indicates that the buyer is requesting/has received a replacement item for the original item.
UNKNOWN This value is only returned if client/user is running a version of the Return Management API that is out-of-date, and does not contain the latest values of ReturnType.
  * See the Enumeration Index to see exact use of each enumeration value in the API.