eBay Return Management APIVersion 1.1.0
 

RefundDetailType

Type defining the refundDetail container, which is the root container of all details related to actual and estimated refunds.

Types that use RefundDetailType:

Calls that use RefundDetailType:

Fields

itemizedRefund ( ItemizedRefundDetailType ) [0..*]
Container used to track estimated and actual individual refund amounts by fee type (such as purchase price, original shipping, or restocking fee). At least one itemizedRefund container is required when the seller is issuing a refund to the buyer through the issueRefund call.
See the Field Index to learn which calls use itemizedRefund.

totalAmount ( Amount (double) ) [0..1]
This dollar value indicates the total amount of actual refunds issued by the seller to the buyer. This is a dynamic value while the return is open. The refundDetail.totalAmount value is required in the issueRefund call and it should match the refundDetail.itemizedRefundAmount value (if only one refund type is being issued by the seller) or the composite value of multiple refundDetail.itemizedRefundAmount values (if multiple refund types are being issued by the seller).
See the Field Index to learn which calls use totalAmount.