Inherits from Shopping_AbstractResponseType : NSObject
Declared in Shopping_GetShippingCostsResponseType.h
Shopping_GetShippingCostsResponseType.m

Overview

Response to call of GetShippingCosts.

@ingroup ShoppingInterface

Tasks

  •   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.

    property
  •   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

Properties

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 (nonatomic, retain) Shopping_ShippingCostSummaryType *shippingCostSummary

Discussion

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.

type : class Shopping_ShippingCostSummaryType

Declared In

Shopping_GetShippingCostsResponseType.h

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.

@property (nonatomic, retain) Shopping_ShippingDetailsType *shippingDetails

Discussion

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.

type : class Shopping_ShippingDetailsType

Declared In

Shopping_GetShippingCostsResponseType.h