HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

listTransportationOptions

Retrieves all transportation options for a shipment. Transportation options must first be generated by the generateTransportationOptions operation before becoming available.

Usage Plan:

Rate (requests per second)Burst
26

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required
length between 38 and 38

Identifier of an inbound plan.

Query Params
integer
1 to 20
Defaults to 10

The number of transportation options to return in the response matching the given query.

string
length between 0 and 1024

A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the pagination returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.

string
length between 38 and 38

The placement option to get transportation options for. Either placementOptionId or shipmentId must be specified.

string
length between 38 and 38

The shipment to get transportation options for. Either placementOptionId or shipmentId must be specified.

Responses

Response body
object
pagination
object

Contains tokens to fetch from a certain page.

string
length between 1 and 1024

When present, pass this string token in the next request to return the next response page.

transportationOptions
array of objects
required

Transportation options generated for the placement option.

transportationOptions*
object
carrier
object
required

The carrier for the inbound shipment.

carrierAppointment
object

Contains details for a transportation carrier appointment. This appointment is vended out by Amazon and is an indicator for when a transportation carrier is accepting shipments to be picked up.

preconditions
array of strings
required

Identifies a list of preconditions for confirming the transportation option.

preconditions*
quote
object

The estimated shipping cost associated with the transportation option.

string
required
length between 38 and 38

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

string
required
length between 1 and 1024

Mode of shipment transportation that this option will provide.

Possible values: GROUND_SMALL_PARCEL, FREIGHT_LTL, FREIGHT_FTL_PALLET, FREIGHT_FTL_NONPALLET, OCEAN_LCL, OCEAN_FCL, AIR_SMALL_PARCEL, AIR_SMALL_PARCEL_EXPRESS.

string
required
length between 1 and 1024

Shipping program for the option. Possible values: AMAZON_PARTNERED_CARRIER, USE_YOUR_OWN_CARRIER.

string
required
length between 38 and 38

Identifier of a transportation option. A transportation option represent one option for how to send a shipment.

Headers
object
string

Unique request reference identifier.

string

Your rate limit (requests per second) for this operation.

Language