Class ShippingCostSummaryType


class ShippingCostSummaryType
Type for the shipping-related details for an item or transaction.

Defined in com/ebay/shoppingservice/ShippingCostSummaryType.js

Property Summary
The cost of insurance.
Whether the seller offers shipping insurance and, if so, whether the insurance is optional or required.
The basic shipping cost of the item.
The name of a shipping service.
How the seller stated that cost of shipping is to be determined, such as flat rate or calculated or free.

In GetSingleItem, this is always returned when ShippingCostSummary is returned.

Constructor Summary

Property Details

property AmountType insuranceCost

The cost of insurance. For flat rate shipping, this is the value set by the seller, if any. For calculated shipping, this is the value calculated by eBay with the shipping carrier for the particular item and can only be determined once the final item price is known when the listing ends. To determine whether a listing has ended, see EndTime or ListingStatus in GetSingleItem.


property InsuranceOptionCodeType insuranceOption

Whether the seller offers shipping insurance and, if so, whether the insurance is optional or required. Flat and calculated shipping. This field is ignored when Item.ListingType equals Express.


property AmountType shippingServiceCost

The basic shipping cost of the item. If multiple items were purchased, this includes the ShippingServiceAdditionalCost.


property String shippingServiceName

The name of a shipping service.


property ShippingTypeCodeType shippingType

How the seller stated that cost of shipping is to be determined, such as flat rate or calculated or free.

In GetSingleItem, this is always returned when ShippingCostSummary is returned.


Constructor Details

constructor ShippingCostSummaryType

ShippingCostSummaryType(Object props)

Parameters:
props