eBay Post-Order APIVersion 2.7.7
 

EstimatedShippingInfoType

This type is used by the returnShippingCostInfo container that is returned in the response of the GET /post-order/v2/return/estimate method. The returnShippingCostInfo container holds an array of shipping carriers that can be used to return ship an item, the associated cost associated with each carrier, and a field to indicate if the buyer or seller is responsible for return shipping costs. It also contains a returnShipmentPayer field that indicates whom is paying for return shipping.

Type that uses EstimatedShippingInfoType:

Call that uses EstimatedShippingInfoType:

Fields

carriers ( array of CarrierShippingCostInfoType ) [0..?]
This container consists of an array of one or more shipping carriers that can be used to return ship an item, and how much each shipping carrier will approximately cost. One or more shipping carriers will be returned if available.
See the Field Index to learn which calls use carriers.

returnShipmentPayer ( ReturnUserRoleEnum ) [0..?]
This enumeration value indicates whether the buyer or seller is responsible for return shipping costs.
See the Field Index to learn which calls use returnShipmentPayer.