eBay Post-Order APIVersion 2.7.7
 

ReturnShippingCostDetailType

This type is used to provide an estimate of itemized and total return shipping costs.

Types that use ReturnShippingCostDetailType:

Calls that use ReturnShippingCostDetailType:

Fields

itemizedReturnShippingCost ( array of ItemizedReturnShippingCostType ) [0..?]
This container consists of the costs to ship an item. A separate itemizedReturnShippingCost node will be returned for each shipping cost type, such as label cost, shipping insurance, or the signature confirmation service.
See the Field Index to learn which calls use itemizedReturnShippingCost.

totalAmount ( Amount ) [0..?]
This container shows the total amount of shipping costs associated with shipping the item. This value should equal the sum of the values in the itemizedReturnShippingCost.amount field(s).
See the Field Index to learn which calls use totalAmount.