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.

Types that use RefundMethodEnum

ItemItemSnapshot

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, the buyer's refund will be reduced by this amount.
MERCHANDISE_CREDIT
Indicates the buyer has the option of getting their money back or requesting an exchange or replacement for the returned item. The value in the returnMethod column will indicate whether the seller does exchanges or replacements.