Inventory export finished
Fires when one of your inventory export jobs finishes. A completed export includes a time-limited download link for the file.
- datarequired
The finished export job.
statustells the two shapes apart: acompletedjob carries a download link, afailedjob carriesnulllink fields.The finished export job.
statustells the two shapes apart: acompletedjob carries a download link, afailedjob carriesnulllink fields.- downloadType: string
Url requiredA time-limited link to download the exported file. It stops working at
expiresAt. - expiresType: string Format: date-time
At requiredWhen
downloadUrlstops working. - jobType: string
Id requiredThe export job's unique identifier, as returned when you started the export.
- statusconst:completedrequired
The export job completed.
- Type: stringevent
Id requiredIdempotency key. Stable across retries of the same delivery; safe to dedupe on.
- Type: string Format: date-timetimestamprequired
When this webhook was emitted (ISO 8601, UTC).
- typeconst:inventory.export.completedrequired
- 2
X X Acknowledged. Return any 2XX status to ack receipt; non-2XX triggers Svix's retry schedule.
{
"type": "inventory.export.completed",
"eventId": "6842f4a87d1e9b3c5f2a6d04.completed",
"timestamp": "2026-06-02T10:12:46.000Z",
"data": {
"jobId": "6842f4a87d1e9b3c5f2a6d04",
"status": "completed",
"downloadUrl": "https://cardnexus-bulk-jobs.s3.eu-west-1.amazonaws.com/exports/6842f4a87d1e9b3c5f2a6d04/inventory.csv.gz?X-Amz-Expires=3600&X-Amz-Signature=b27c...",
"expiresAt": "2026-06-02T11:12:46.000Z"
}
}