List Inbound Plans (Tab)
GET/api/amazon/:integrationInstance/new-inbound/plans/list
Paginated listing for the FBA Inbound "Inbound Plans" tab. Mirrors each plan's Amazon status (ACTIVE / SHIPPED / VOIDED / ERRORED) and INCLUDES orphan ("Unlinked") plans that have no linked SKU draft.
Requires a Bearer token.
Each row exposes source_type ("warehouse" | "supplier" | null) and source_id so the UI can deep-link the source to its detail page, plus draft_id for linked plans (deep-link into the in-app workflow). The response also carries status_counts (per-Amazon-status totals powering the metric cards) and unfiltered_total (the tab's total ignoring filters). Linked rows also expose created_by_user_id / created_by — the user who created the draft in-app (null for unlinked / Seller Central plans and drafts that predate creator tracking).
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
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.