eBay Shopping Web Service

Method: GetShippingCosts

Description

Gets the shiping cost for a shopping item.

Input

The input of this method is the document element ns:GetShippingCostsRequest of type having the structure defined by the following table.

Element  Type  Description 
ns:MessageID  xs:string  If you pass a value in MessageID in a request, we'll return the same value in CorrelationID in the response.
any     
ns:ItemID  xs:string  The item ID that uniquely identifies the item listing for which to retrieve the data.
ns:QuantitySold  xs:int  Number of items sold to a single buyer and to be shipped together.
ns:DestinationPostalCode  xs:string  Destination country postal code (or zipcode, for US).
ns:DestinationCountryCode  ns:CountryCodeType  Destination country code.
ns:IncludeDetails  xs:boolean  Indicates whether to return the ShippingDetails container in the response.

Output

The output of this method is the document element ns:GetShippingCostsResponse of type having the structure defined by the following table.

Element  Type  Description 
ns:Timestamp  xs:dateTime  This value represents the date and time when eBay processed the request.
ns:Ack  ns:AckCodeType  Indicates whether the call was successfully processed by eBay.
ns:Errors  ns:ErrorType  A list of application-level errors or warnings (if any) that were raised when eBay processed the request.
ns:Build  xs:string  This refers to the particular software build that eBay used when processing the request and generating the response.
ns:Version  xs:string  The release version that eBay used to process the request.
ns:CorrelationID  xs:string  If you pass a value in MessageID in a request, we will return the same value in CorrelationID in the response.
any     
ns:ShippingDetails  ns:ShippingDetailsType  Shipping-related details for the specified item.
ns:ShippingCostSummary  ns:ShippingCostSummaryType  Shipping-related details for the specified item.