eBay Shopping APIVersion 1293
 

GetShippingCostsResponseType ( AbstractResponseType )

The base response type of the GetShippingCosts call.

Call that uses GetShippingCostsResponseType:

Fields

PickUpInStoreDetails ( PickUpInStoreDetailsType ) [0..1]
This container is only returned in GetShippingCosts if In-Store Pickup is available for the listing.

Note: The In-Store Pickup feature is only available to a limited number of large retail merchants in the US, and can only be applied to multiple-quantity, fixed-price listings.
See the Field Index to learn which calls use PickUpInStoreDetails.

ShippingCostSummary ( ShippingCostSummaryType ) [0..1]
This container returns a few details of the lowest-priced shipping service option that is available to the shipping destination specified in the call request. For Calculated shipping, the item's location and the destination location are considered when calculating the shipping cost.

Important: To retrieve detailed information on every shipping service option available to the specified shipping destination, the user must include the IncludeDetails boolean field in the call request, and set its value to true. Shipping details on one or more available domestic shipping service options can be found in the ShippingDetails.ShippingServiceOption container(s), and shipping details on one or more available international shipping service options can be found in the ShippingDetails.InternationalShippingServiceOption container(s).
See the Field Index to learn which calls use ShippingCostSummary.

ShippingDetails ( ShippingDetailsType ) [0..1]
This container consists of shipping details related to the specified item and specified shipping destination. This container is only returned if the IncludeDetails field is included and set to true in the call request. If the specified shipping destination is a domestic location, one or more ShippingServiceOption containers are returned - one for each available shipping service option. If the specified shipping destination is an international location, one or more InternationalShippingServiceOption containers are returned - one for each available shipping service option.

The available domestic and international shipping service options will contain details such as shipping service name, shipping cost, ship-to locations, and estimated delivery window (which is based on the seller's stated handling time plus the expected shipping time of the shipping service).
See the Field Index to learn which calls use ShippingDetails.