eBay Shopping APIVersion 1293
 

ShippingCostSummaryType

Complex type used by the ShippingCostSummary container, that is used to express a few details of the lowest-priced shipping service option that is available to the eBay user making the call. For Calculated shipping, the item's location and the destination location are considered when calculating the shipping cost.

Types that use ShippingCostSummaryType:

Calls that use ShippingCostSummaryType:

Fields



ImportCharge ( AmountType (double) ) [0..1]
The total cost of customs and taxes for the international leg of an order shipped using the Global Shipping Program. This amount is calculated and supplied for each item by the international shipping provider when a buyer views the item properties.
See the Field Index to learn which calls use ImportCharge.

InsuranceCost ( AmountType (double) ) [0..1]
If this field is returned at all, its value is always '0.0' as it is no longer possible for a seller to offer a buyer shipping insurance.
See the Field Index to learn which calls use InsuranceCost.

InsuranceOption ( InsuranceOptionCodeType ) [0..1]
If this field is returned at all, its value should be NotOfferedOnSite, as it is no longer possible for a seller to offer a buyer shipping insurance.
See the Field Index to learn which calls use InsuranceOption.

ListedShippingServiceCost ( AmountType (double) ) [0..1]
This is the localized cost to ship the item using the cheapest available domestic or international shipping service option. If the item is located in Germany, but the shipping destination is the US, this field will show the cost in Euros (EUR) and the ShippingServiceCost will show the cost in US dollars (USD).

For GetShippingCosts call, this is the localized base shipping cost to ship the item using the shipping service option in the ShippingServiceName field. The quantity specified in the QuantitySold field in the call request is taken into account when calculating the cost.

For GetSingleItem and GetMultipleItems calls, this is the localized base shipping cost of the cheapest available shipping service option to the country specified in the Site-ID header. The name of the shipping service option is not returned for these calls.
See the Field Index to learn which calls use ListedShippingServiceCost.

LocalPickup ( boolean ) [0..1]
This field is only returned (as true) if 'Local Pickup' is the only available logistic option (no shipping options). With 'Local Pickup', the seller and buyer arrange the pickup location and time (off of the eBay platform).
See the Field Index to learn which calls use LocalPickup.

LogisticPlanType ( string ) [0..1]
Not used by any call.

This field is for future use.
See the Field Index to learn which calls use LogisticPlanType.

ShippingServiceCost ( AmountType (double) ) [0..1]
This field shows the base shipping cost using the lowest-priced shipping service option that is available to the eBay user making the call.

For GetShippingCosts call, this is base shipping cost to ship the item using the shipping service option in the ShippingServiceName field. The quantity specified in the QuantitySold field in the call request is taken into account when calculating the cost.

For GetSingleItem and GetMultipleItems calls, this is base shipping cost of the cheapest available domestic shipping service option. The name of the shipping service option is not returned for these calls.
See the Field Index to learn which calls use ShippingServiceCost.

ShippingServiceName ( string ) [0..1]
This field shows the name of the lowest-priced shipping service option that is available to the eBay user making the call. An example of a shipping service option is USPS First Class Package.

This field is only returned by the GetShippingCosts call (and not GetSingleItem or GetMultipleItems calls).
See the Field Index to learn which calls use ShippingServiceName.

ShippingType ( ShippingTypeCodeType ) [0..1]
This enumeration value indicates the shipping cost model associated with the lowest-priced shipping service option that is available to the eBay user making the call. Examples of shipping cost models include flat-rate and calculated shipping.

For GetShippingCosts call, this is the shipping cost model associated with the shipping service option in the ShippingServiceName field. The name of the shipping service option is not returned for the GetSingleItem and GetMultipleItems calls calls.
See the Field Index to learn which calls use ShippingType.