ReturnShippingCostType
This enumerated type lists the types of shipping costs, including the cost of the shipping label, shipping insurance, and certified shipping.
Type that uses ReturnShippingCostType:
Calls that use one or more values of ReturnShippingCostType:
/post-order/v2/return POST, /post-order/v2/return/estimate POST, /post-order/v2/return/{returnId} GET
Enumeration Values
Value | Description |
INSURANCE | This enumeration value indicates that the shipping cost is the price of shipping insurance to ship the return item. |
LABEL_COST | This enumeration value indicates that the shipping cost is the price of the shipping label for the return item. |
OTHER | This enumeration value indicates that the shipping cost is not classified or is not known. |
SIGNATURE_CONFIRMATION_COST | This enumeration value indicates that the shipping cost is the price to ship the return item using certified shipping. |