Skip to main content

Get Filing Session Queue

GET 

/api/amazon/unified/reimbursement-cases/session

Returns the ready-to-file queue for a filing session: cases in ready_to_submit whose claim window is open today (not yet expired and already accepting claims), ordered by urgency (soonest deadline first, then largest amount). Informational (heads-up) cases are never included. Capped at 200 cases.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Also returns the total owed per currency and an estimate of the time needed to file them (about 2 minutes per case).

Query parameters:

  • ids[] (optional) — restrict to these case IDs (repeat the parameter, or send a comma-separated list).
  • assigned_user_id (optional) — a user ID, me (the signed-in user) or none (unassigned).
  • integration_instance_ids (optional) — comma-separated Amazon integration instance IDs.
  • currency (optional) — 3-letter currency code.

Queue entries leave out reimbursements, outstanding_amount and inventory_restitution_value; use Get Reimbursement Case for a case's payment history.

Request​

Responses​

OK

Response Headers
    Content-Type