eBay Return Management APIVersion 1.1.0
 

RefundFeeType ( token )

Enumerated type that defines the types of itemized refunds.

Type that uses RefundFeeType:

Calls that use one or more values of RefundFeeType:

Enumeration Values

Value Description
ORIGINAL_SHIPPING This value indicates that the refund to the buyer is for the original shipping costs of the item, or items (for multiple quantity purchases).
OTHER This value is reserved for future use.
PURCHASE_PRICE This value indicates that the refund to the buyer is for the purchase price of the item, or items (for multiple quantity purchases).
RESTOCKING_FEE This is the only RefundFeeType value that will be a negative dollar value, as a restocking fee is a charge against the buyer for returning the item. In order to enforce a restocking fee on an item, the seller must include a restocking fee value as part of the listing's return policy. In the listing APIs, this field is Item.ReturnPolicy.RestockingFeeValue.
  * See the Enumeration Index to see exact use of each enumeration value in the API.