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 listed shipping cost of the item.
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.

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.


property AmountType listedShippingServiceCost

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

In GetSingleItem, this is always returned when ShippingCostSummary is returned, except when the ShippingType is Freight.


property AmountType shippingServiceCost

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

In GetSingleItem, this is always returned when ShippingCostSummary is returned, except for when the ShippingType is Freight.


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.


Constructor Details

constructor ShippingCostSummaryType

ShippingCostSummaryType(Object props)

Parameters:
props