List Shipments
GET/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/shipments
List the plan shipments of the draft FBA inbound plan with all placement/transport details nested: items, pallets, transportation_options, and delivery_window_options.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Note: once a placement option has been confirmed, only the confirmed split's shipments are returned — preview shipments belonging to the rejected (expired) placement options are excluded.
Field notes:
local_status— lowercase, one ofpending,ready,shipped,checked_in,receiving,closed,cancelledamazon_status— Amazon's raw shipment status (e.g.UNCONFIRMED,WORKING,SHIPPED)confirmed_delivery_window— populated after a delivery window option is confirmed for the shipmenttransportation_options[]/delivery_window_options[]— same shape as the corresponding list endpointstracking_summary/freight_bill_numbers/shipped_at— filled in later by the shipping workflow
Each shipment includes distance_miles (integer|null): the great-circle distance in miles from the plan origin (source warehouse) to that fulfillment center, computed from internal zip coordinates. Null when a zip cannot be geocoded.
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.