eBay Post-Order APIVersion 2.7.7
 

ConfirmRefundRequest

The base request type for the POST /post-order/v2/cancellation/{cancelId}/confirm method.

Call that uses ConfirmRefundRequest:

Fields

refundDate ( DateTime ) [0..?]
A timestamp is supplied here to indicate the date and time when the buyer received a refund. This container is conditionally required if the buyer has received a refund.
See the Field Index to learn which calls use refundDate.

unpaidOrder ( boolean ) [0..?]
This boolean field is supplied here and set to true to indicate that the buyer never paid for the order that is being cancelled, so the buyer is not eligible for a refund.
See the Field Index to learn which calls use unpaidOrder.