RefundFeeTypeEnum
This enumerated type lists all possible types of refunds. When issuing a refund through the POST /post-order/v2/return/{returnId}/issueRefund call, the seller must use a separate itemizedRefundDetail container for each refund type, such as one for the purchase price, one for original shipping, and one for a restocking fee (if applicable).
Types that use RefundFeeTypeEnum:
Calls that use one or more values of RefundFeeTypeEnum:
/post-order/v2/return POST, /post-order/v2/return/estimate POST, /post-order/v2/return/{returnId} GET, /post-order/v2/return/{returnId}/issue_refund POST, /post-order/v2/return/{returnId}/mark_refund_sent POST
Enumeration Values
Value | Description |
DOMESTIC_SHIPPING | Indicates the buyer received a refund for the original domestic shipping costs of the item. |
IMPORT_CHARGE | Indicates the buyer received a refund for the import charges that were added for an item that was shipped to the buyer from another country. |
INTERNATIONAL_SHIPPING | Indicates the buyer received a refund for the original international shipping costs of the item. |
ITEM_IMPORT_TAX | Indicates the buyer received a refund for the import tax attributed to the transaction. |
ITEM_TAX | Indicates the buyer received a refund for the tax on the line item associated with the refund transaction. |
ORDER_ADJUSTMENT | Indicates the buyer received a refund as part of a monetary adjustment to the order. |
ORIGINAL_SHIPPING | Indicates the buyer received a refund for the original shipping costs of the item. |
OTHER | Indicates the buyer received a general refund for the order line item, and one not associated with any particular cost. |
PURCHASE_PRICE | Indicates the buyer received a refund for the purchase price of the item. |
REFUND_FROM_PAYPAL | Indicates the buyer received a refund from PayPal. If this happens, PayPal will generally bill the seller to recoup this money at a later date. |
RETURN_SHIPPING | Indicates the buyer received a refund for the return shipping costs of the item. |
SHIPPING_IMPORT_TAX | Indicates the buyer received a refund for the shipping import tax associated with the transaction. |
SHIPPING_TAX | Indicates the buyer received a refund for the shipping tax associated with the transaction. |