Skip to main content

List Inbound Discrepancies (Tenant-Level)

GET 

/api/amazon/:integrationInstance/fba-inbound/discrepancies

Tenant-level FBA inbound discrepancies report — note the URL: this endpoint lives at /api/amazon/{integrationInstance}/fba-inbound/discrepancies, OUTSIDE the per-plan draft-inbound-plans/{draft_inbound_plan} group, because it aggregates across ALL of the instance's inbound plans.

Authorization

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

Returns every SHORT/OVER shipment item across the instance's plans (unresolved only by default), ordered by claim_days_remaining ascending — the most urgent reimbursement claim windows first; shipments without a ship date sort last. PENDING/MATCH items are never included.

Query parameters:

  • filter[resolved] (boolean, optional) — 1/true also includes resolved (acknowledged) items. Default: unresolved only

Row fields:

  • plan_id / plan_name — the draft inbound plan
  • shipment_id / shipment_name / shipment_confirmation_id — the shipment (e.g. FBA15K7Z9QXM)
  • claim_deadline (date|null) — shipped_at + 60 days (Amazon reimbursement claim window)
  • claim_days_remaining (integer|null) — whole days until the deadline (negative once lapsed); null when the shipment has no ship date
  • approaching_deadline (boolean) — true when claim_days_remaining is ≤ 14 (time to file a claim)
  • itemmsku, fnsku, quantity_shipped, quantity_received, discrepancy (received - shipped), discrepancy_status (SHORT or OVER), discrepancy_resolved_at, resolution_note

Authentication: Bearer token (PAT).

Request

Responses

OK

Response Headers
    Content-Type