Skip to main content

Export AWD Ledger Import Rejected Rows

GET 

/api/amazon/:integrationInstance/awd/ledgers/import-runs/:importRun/rejected-rows/export

Download the rows this import refused, as CSV.

Returns a file (text/csv), not JSON.

The columns are the importer's own, plus a trailing Rejection Reason and Original Line. The importer keys on known headers and ignores the two extra ones, so a corrected file re-imports unchanged — correct the offending column and upload it again.

Re-uploading is safe: rows that already landed are recognised and skipped, so only the corrections are created.

A row whose column count did not match the header is exported with its original values in place, so it can be repaired rather than retyped.

Authentication: requires a Bearer token.

Not yet available to API tokens

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

Request

Responses

Successful response