Skip to main content

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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Each option includes:

  • programAMAZON_PARTNERED_CARRIER or USE_YOUR_OWN_CARRIER (uppercase)
  • shipping_mode — uppercase, one of GROUND_SMALL_PARCEL, FREIGHT_LTL, FREIGHT_FTL_PALLET, FREIGHT_FTL_NONPALLET, OCEAN_LCL, OCEAN_FCL, AIR_SMALL_PARCEL, AIR_SMALL_PARCEL_EXPRESS
  • carrier — Amazon carrier object (alphaCode, name)
  • quote — partnered-carrier cost quote (cost.amount / cost.code); null for own-carrier options
  • preconditions — e.g. CONFIRMED_DELIVERY_WINDOW on non-partnered (nPCP) options that require a confirmed delivery window before they can be confirmed
  • statusOFFERED, CONFIRMED, or VOIDED (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

OK

Response Headers
    Content-Type