Export Inventory Value Change Transactions
GET/api/reporting/inventory-value-change/transactions/export
Streams EVERY transaction row of one drill-down line as a CSV file — the same uniform rows the transactions endpoint pages through, unpaginated (hard cap 100,000 rows). Accepts the same filters: source, types, pools, event_types, direction, warehouse_ids, brand_ids, supplier_ids and search. Columns: Date, Source, Type / Event, SKU, FNSKU, Warehouse, From Warehouse, To Warehouse, Reference, Quantity, Unit Cost, Value, Old Unit Cost, New Unit Cost, Disposition, Linked Document.
reports:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
The response is a text/csv file download, not JSON.
Request
Responses
- 200
- 401
- 403
- 429
Successful response
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.