ReturnShippingCostDetailType
This type is used to provide an estimate of itemized and total return shipping costs.
Types that use ReturnShippingCostDetailType:
Calls that use ReturnShippingCostDetailType:
/post-order/v2/return POST, /post-order/v2/return/estimate POST, /post-order/v2/return/{returnId} GET
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.
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.