Export
Download Export File
Downloads a completed export file from the model-exports disk by filename (the `file` returned from create-download-file). Streams the file as a CSV download (Content-Type: text/csv).
Export Initial Inventory
Exports initial inventory for a specific warehouse as a CSV file.
Export Sales Order Lines
Exports lines for a specific sales order as a CSV file.
Export Sales Order Line Financials (V2)
Exports sales order line financials (v2) as a CSV file.
Export Sales Order Packing Slips
Exports packing slips for multiple sales orders.
Download Sales Order Invoice PDF
Downloads the invoice PDF for a specific sales order.
Download Sales Order Packing Slip PDF
Downloads the packing slip PDF for a specific sales order.
Export Sales Credits
Exports sales credits as a CSV file.
Export Sales Order Fulfillment Packing Slips
Exports packing slips for multiple sales order fulfillments.
Export Purchase Order Lines
Exports lines for a specific purchase order as a CSV file.
Download Purchase Order Invoice CSV
Downloads the invoice CSV for a specific purchase order.
Download Purchase Order Invoice PDF
Downloads the invoice PDF for a specific purchase order.
Download Purchase Order Picklist PDF
Downloads the picklist PDF for a specific purchase order.
Export Stock Take Lines
Exports lines for a specific stock take as a CSV file.
Export Warehouse Transfer Lines
Exports lines for a specific warehouse transfer as a CSV file.
Export Ship By Schedule
Exports ship-by schedule data as a CSV/JSON file.
Export Financial Alerts (V2)
Exports all financial alerts using the V2 API. Returns JSON array for client-side CSV generation.
Export Accounting Transactions (CSV)
Streams a CSV export of accounting transactions with the same filters as the v3/transactions list endpoint. Response is a streaming text/csv file download.
Export Profitability Drilldown
Dispatch an asynchronous CSV export of all profitability drilldown orders for a dimension. The drilldown materialises every order and builds the whole file, which can exceed a ~100s edge-proxy limit (Cloudflare 524) — so it runs as a tracked export job. Returns a tracked_job_log_id; progress and the download link surface via the tracked job log endpoints. The finished file is fetched from GET /api/export/download?file={filename}.
Export Daily Financials
Returns the full daily financial summary dataset as JSON for export, honoring the same filters and sorting as the daily summary listing (`GET /api/v2/financials/daily-summary`) but without pagination.
Export Vendor Deposits
Streams all vendor deposits matching the given filters as a CSV file download (`vendor-deposits.csv`). Honors the same filters and sorting as the vendor deposit list endpoints.