eBay Post-Order APIVersion 2.7.7
 

EstimatedRefundType

This type is used by the estimatedRefundDetail.itemizedRefundDetail container, which shows the estimated refund information before the seller issues a refund to the buyer. Once the refund is actually successfully processed, information on the refund may be seen in the actualRefundDetail container.

Type that uses EstimatedRefundType:

Calls that use EstimatedRefundType:

Fields



estimatedAmount ( Amount ) [0..?]
This container shows the estimated amount of the refund.
See the Field Index to learn which calls use estimatedAmount.

maxAmount ( Amount ) [0..?]
This container shows the maximum amount that the refund could be based on the cost of the order.
See the Field Index to learn which calls use maxAmount.

minAmount ( Amount ) [0..?]
This container shows the minimum amount that the refund could be based on the cost of the order.
See the Field Index to learn which calls use minAmount.

purchasePriceDeductedPercentageList ( array of integer ) [0..?]
This array shows one or more percentage values, and these values indicate the percentage value(s) deducted off of the purchase price.
See the Field Index to learn which calls use purchasePriceDeductedPercentageList.

refundFeeType ( RefundFeeTypeEnum ) [0..?]
This enumerated value indicates the type of refund. When issuing a refund through the POST /post-order/v2/return/{returnId}/issue_refund method, the seller must use a separate itemizedRefundDetail container for each refund type, such as one for the purchase price, one for original shipping, and one for a restocking fee (if applicable).
See the Field Index to learn which calls use refundFeeType.

restockingFeePercentage ( string ) [0..?]
THIS FIELD IS DEPRECATED.
See the Field Index to learn which calls use restockingFeePercentage.