Skip to main content

This complex type describes a "shipping quote," which contains the parameters for a package shipment. The shipping quote contains a list of "live quotes" or rates for the shipment. Rates are offerd by a carrier for a particular service, of set of services, for shipping the package. Included in the shipping quote are the package specifications, the shipment's origin and destination addresses, and the shipping parameters specified by the seller.

Use the rateId value to select the specific service you want when you create a shipment by calling createFromShippingQuote.

Types that use ShippingQuote

Not used by any types.

Calls that use ShippingQuote

Fields

Field
Type
Description
creationDate
The date and time this quote was created, expressed as an ISO 8601 UTC string.
expirationDate
The last date and time that this quote will be honored, expressed as an ISO 8601 UTC string. After this time the quote expires and the expressed rates can no longer be purchased.
orders
array of Order
A list of one or more orders that will be shipped in the shipping package.
packageSpecification
The weight and dimensions of the package covered by this shipping quote.
rates
array of Rate
A list of rates where each rate, as identified by a rateId, contains information about a specific shipping service offered by a carrier. Rates include shipping carrier and service, the to and from locations, the pickup and delivery windows, the seller's shipping parameters, the service constraints, and the cost for the base service and a list of additional shipping options.

Note: The Logistics API only supports USPS shipping rates and labels.
Each rate offered is supported by a label service where you can purchase the rate, and associated shipping label, via a call to createFromShippingQuote.
shipFrom
The address and contact details for the origin of the shipment.
shippingQuoteId
The unique eBay-assigned ID for this shipping quote. The value of this field is associated with a specific package, based on its origin, destination, and size.
shipTo
The address and contact details for the origin of the shipment.
warnings
array of ErrorDetailV3
A list of any warnings triggered by the request.