Get Bulk Upload
Bulk Orders
Get Bulk Upload
Retrieve a bulk-upload batch with per-row results
GET
Get Bulk Upload
Retrieve a batch with per-row results and live order statuses.
Batch Statuses
| Status | Description |
|---|---|
pending | Accepted, rows not yet processed |
processing | Rows are being placed |
completed | Every row has been processed |
failed | The batch could not be processed |
Per-Row Results
Each entry inrows reports the outcome for one CSV row:
- status —
pending,placed, orfailed. - order_id / order_status — Set once the row is placed; use Get Order for full order details.
- error — Failure reason for
failedrows. - passthrough — Your unrecognized CSV columns, echoed back for reconciliation.
Authorizations
Zinc API key (Bearer zn_...)
Headers
Path Parameters
Response
Successful Response
A bulk-upload batch and (on the detail endpoint) its per-row results.
Lifecycle of a CSV bulk-upload batch.
Available options:
pending, processing, completed, failed 
