List Transportation Options
GET/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/transportation-options
List all transportation options generated for the draft FBA inbound plan, across all of its shipments. Use amazon_fba_inbound_plan_shipment_id to group options by shipment.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Each option includes:
program—AMAZON_PARTNERED_CARRIERorUSE_YOUR_OWN_CARRIER(uppercase)shipping_mode— uppercase, one ofGROUND_SMALL_PARCEL,FREIGHT_LTL,FREIGHT_FTL_PALLET,FREIGHT_FTL_NONPALLET,OCEAN_LCL,OCEAN_FCL,AIR_SMALL_PARCEL,AIR_SMALL_PARCEL_EXPRESScarrier— Amazon carrier object (alphaCode,name)quote— partnered-carrier cost quote (cost.amount/cost.code);nullfor own-carrier optionspreconditions— e.g.CONFIRMED_DELIVERY_WINDOWon non-partnered (nPCP) options that require a confirmed delivery window before they can be confirmedstatus—OFFERED,CONFIRMED, orVOIDED(uppercase)confirmed_at/void_deadline— set when the option is confirmed; the void deadline is the cut-off for cancelling a partnered confirmation without carrier charges
Run Generate Transportation Options first; this endpoint reads the locally persisted results.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.