Skip to main content

An enumerated type for the values that represent how a refund is given to the buyer when an item is returned.

Code so that your app gracefully handles any future changes to this list.

Type that uses RefundMethodEnum

ItemReturnTerms

Calls that use RefundMethodEnum

Enumerations

Value
Description
MONEY_BACK
Indicates the buyer gets their money back for the returned item. If the item has a restocking fee (see the restockingFeePercentage field), the buyer's refund will be reduced by this amount.
MERCHANDISE_CREDIT
If this field is returned, the buyer actually has the option of getting their money back, or the buyer may choose to request an exchange or replacement for the returned item. The value in the returnMethod field will indicate whether the seller does exchanges or replacements.