List Report Associated Data
GET/api/amazon/unified/reports/:reportId/associated-data
Returns the paginated data rows that were imported into SKU.io from a specific Amazon SP-API report. Currently supported for ledger-based report types (inventory ledger detail, FBA inventory, removal orders and removal shipments reports); for those the response contains the Amazon inventory ledger entries created from the report, sorted by event date descending. Report types without associated data return 422.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Query parameters:
page(optional, default 1) andper_page(optional, default 15) - standard pagination.filter[search](optional) - matches ledger ID exactly, or event type / reference ID / fulfillment center partially.filter[date_from]/filter[date_to](optional) - event date range, format m/d/Y; invalid dates are ignored.
Each row includes reconciliation state (reconciled_quantity, unreconciled_quantity, status of reconciled or unreconciled) and FIFO costing fields (fifo_id, cogs, extended_cogs) when a FIFO layer is linked.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 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.
Unprocessable Entity
Response Headers
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.