eBay Post-Order APIVersion 2.7.7
 

ItemizedRefundDetailType

This type is used by the itemizedRefundDetail container to provide details about a refund that was issued, or is in the process of being issued to the buyer. An itemizedRefundDetail container is required for each different refund type, such as purchase price and original shipping.

Type that uses ItemizedRefundDetailType:

Calls that use ItemizedRefundDetailType:

Fields

refundAmount ( Amount ) [0..?]
This container shows the amount of the refund for the particular refund type (specified in the refundFeeType field). When issuing a refund through the POST /post-order/v2/return/{returnId}/issue_refund method, or if marking a refund as sent with the POST /post-order/v2/return/{returnId}/mark_refund_sent method, the seller must use a separate itemizedRefundDetail container for each refund type, such as one for the purchase price, and one for original shipping.
See the Field Index to learn which calls use refundAmount.

refundFeeType ( string ) [0..?]
This enumerated value indicates the type of refund. When issuing a refund through the POST /post-order/v2/return/{returnId}/issue_refund method, or if marking a refund as sent with the POST /post-order/v2/return/{returnId}/mark_refund_sent method, the seller must use a separate itemizedRefundDetail container for each refund type, such as one for the purchase price, and one for original shipping.

The supported enumeration values representing refund fee types are defined in the RefundFeeTypeEnum type definition.
See the Field Index to learn which calls use refundFeeType.

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