Skip to main content
GET /v1/org/shipments/imports/{importId}/errors
Returns the rows the import rejected, each with the reason and the values you sent, keyed by column name — enough to fix the record in your own system and re-send it. The same rows are also downloadable as a spreadsheet from errorReportUrl on the import, and are queued in the Dyspach portal where your customer can correct and submit them by hand.

Authorization

string
required
Your organisation API key (dzk_live_…).

Path parameters

string
required
The importId of the import.

Query parameters

string
The nextCursor from the previous page. Omit for the first page.
integer
default:"100"
Rows per page, 1–500.
Keep requesting with the returned nextCursor until it comes back null.

Why rows get rejected

A rejected row is rejected whole — the shipment is not partly written.

Errors