eBay Return Management APIVersion 1.1.0
 

ActualRefundDetailType

Type defining the actualRefundDetail container, which consists of details related to an actual seller refund, including the total refund amount, the date of the refund, the status of the refund, and an itemized list of one or more refund fee types (such as purchase price or original shipping).

Type that uses ActualRefundDetailType:

Call that uses ActualRefundDetailType:

Fields

actualRefund ( RefundDetailType ) [0..1]
Container consisting of the total refund amount awarded to the buyer and one or more itemizedRefund containers. One itemizedRefund container will be present for each refund fee type (such as purchase price or original shipping). This container is only returned if a refund has been issued by the seller.
See the Field Index to learn which calls use actualRefund.

refundDate ( dateTime ) [0..1]
This date indicates the date of the seller's refund to the buyer. This field is only returned if a refund has been issued by the seller.
See the Field Index to learn which calls use refundDate.

refundStatus ( RefundStatusType ) [0..1]
This value indicates the result of the seller's refund attempt. The two valid values are SUCCESS or FAILED. PENDING is for future use.
See the Field Index to learn which calls use refundStatus.