eBay Post-Order APIVersion 2.7.7
 

MarkRefundSentRequest

The base request type of the POST /post-order/v2/return/{returnId}/mark_refund_sent method, which is used to inform the buyer that a refund has been issued.

Call that uses MarkRefundSentRequest:

Fields

comments ( string ) [0..?]
This optional string field allows the seller to communicate any details about the refund being issued.
See the Field Index to learn which calls use comments.

partialRefundAmount ( Amount ) [0..?]
This container is conditionally required if the buyer and seller agreed upon a partial refund. This amount is the dollar value of the partial refund.
See the Field Index to learn which calls use partialRefundAmount.

refundDetail ( RefundDetailType ) [0..?]
This container is used to specify the total amount of the refund, as well as an itemizedRefundDetail container for each refund type (refund on purchase price, refund on original shipping, or any other costs paid by the buyer). The amount(s) in the itemizedRefundDetail.amount field(s) should equal the amount in the refundDetail.totalAmount field.
See the Field Index to learn which calls use refundDetail.