Class GetShippingCostsResponseType

Extends AbstractResponseType

class GetShippingCostsResponseType
Response to call of GetShippingCosts.

Defined in com/ebay/shoppingservice/GetShippingCostsResponseType.js

Property Summary
Shipping-related details for the specified item.
Shipping-related details for the specified item.

Properties inherited from AbstractResponseType
ack , build , correlationID , errors , timestamp , version

Constructor Summary

Property Details

property ShippingCostSummaryType shippingCostSummary

Shipping-related details for the specified item. Any error about shipping services (returned by a vendor of eBay's who calculates shipping costs) is returned in ShippingRateErrorMessage. Errors from a shipping service are likely to be related to issues with shipping specifications, such as package size and the selected shipping method not supported by a particular shipping service.


property ShippingDetailsType shippingDetails

Shipping-related details for the specified item. This container is only returned if IncludeDetails is true on input. Any error about shipping services (returned by a vendor of eBay's who calculates shipping costs) is returned in ShippingRateErrorMessage. Errors from a shipping service are likely to be related to issues with shipping specifications, such as package size and the selected shipping method not supported by a particular shipping service.


Constructor Details

constructor GetShippingCostsResponseType

GetShippingCostsResponseType(Object props)

Parameters:
props