Skip to main content

This complex type defines the request body for createShippingQuote. Sellers request a quote for a shipment by defining the "To" and "From" addresses for the package, plus the package's size.

Carriers respond by offering up a "rate" for the service of theirs that best fits seller's needs.

Types that use ShippingQuoteRequest

Not used by any types.

Call that uses ShippingQuoteRequest

Fields

Field
Type
Description
orders
array of Order
A seller-defined list that contains information about the orders in the package. This allows sellers to include information about the line items in the package with the shipment information.

A package can contain any number of line items from one or more orders, providing they all ship in the same package.

Maximum list size: 10
packageSpecification
Declares the weight and dimensions of the package.
shipFrom
The address and contact details pertaining to the origin of the shipment.
shipTo
The address and contact details pertaining to the shipment's destination.