Download Export File
GET/api/v2/products/list/export/download
Download a completed products export file produced by a queued export tracked job.
Authentication: Requires Bearer token.
Use this after GET /api/v2/products/list/export returned a queued JSON response. Poll the job tray for completion, then fetch the results.file value from the TrackedJobLog and pass it as the file query parameter.
Response: File download (XLSX or CSV). Returns 404 if the file does not exist on the model-exports disk.
Request
Responses
- 200
Successful response