eBay Post-Order APIVersion 2.7.7
 

EstimatedRefundInfoType

This type is used by the response of the GET /post-order/v2/return/estimate method to provide estimated refund information to the buyer.

Type that uses EstimatedRefundInfoType:

Call that uses EstimatedRefundInfoType:

Fields

buyerTotalAmount ( Amount ) [0..?]
This container shows the estimated amount of money that the buyer will receive for one or more refunds associated with the line item specified in the request.
See the Field Index to learn which calls use buyerTotalAmount.

estimatedRefundDetail ( EstimatedRefundDetailType ) [0..?]
This container shows estimated refund information for one or more hypothetical buyer refunds associated with the line item specified in the request. There will be one itemizedRefundDetail container returned under this container for each refund fee type (such as purchase price and original shipping).
See the Field Index to learn which calls use estimatedRefundDetail.

sellerTotalAmount ( Amount ) [0..?]
This container shows the estimated amount of money that the seller would owe the buyer for the refund(s). This will generally be a negative value because it is money that the seller owes the buyer.
See the Field Index to learn which calls use sellerTotalAmount.