Download an export
Streams the exported CSV with Content-Disposition: attachment. Returns 422 with code: export_not_ready while done is still false. The endpoint is JWT/API-key protected, so SPA clients must fetch it (with Authorization header) and trigger the browser download via a Blob URL — a top-level navigation cannot carry the JWT.
Required scope: the read scope of the exported resource — read_products for product exports, read_customers for customer exports, etc. (for API-key authentication).
GET
Spree Admin SDK
Spree Admin SDK

