Skip to main content

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.

Required scope: reports:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

The response is a text/csv file download, not JSON.

Request

Responses

Successful response