Skip to main content

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).

Authorization

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

Request

Responses

OK

Response Headers
    Content-Type