Skip to main content

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.

Not yet available to API tokens

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

Query parameters:

  • page (optional, default 1) and per_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

OK

Response Headers
    Content-Type