echoRequestInventoryExport
Requests an asynchronous export of the company's historical inventory.
The export is processed in the background and generates a CSV file with one row per day, SKU and warehouse, using the same filters as the inventory list. Columns match the import format (date, sku, warehouse, inventory) plus on_hand, in_stock, allocated, incoming, note and source.
Use the returned process_id to track the export progress.
Authentication
Requires a logged-in user with access to the company.
Possible Errors
- **You must be logged in**: Authentication is required.
- **Company is required**: Company context must be provided (use
X-Company-Idheader).
echoRequestInventoryExport(
input: RequestHistoricalInventoryExportInput!
): AsynchronousActionResponse!
Arguments
echoRequestInventoryExport.input ● RequestHistoricalInventoryExportInput! non-null input common
Parameters for RequestHistoricalInventoryExport
Type
AsynchronousActionResponse object common
Asynchronous action response type