echoRequestShipmentsExport
Requests an asynchronous export of the company's historical shipped orders.
The export is processed in the background and generates a CSV file with one row per day, SKU and sales channel, using the same filters as the shipped orders list. Columns match the import format (date, sku, sales_channel, quantity_shipped) plus shipment_count, revenue 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).
echoRequestShipmentsExport(
input: RequestHistoricalShipmentsExportInput!
): AsynchronousActionResponse!
Arguments
echoRequestShipmentsExport.input ● RequestHistoricalShipmentsExportInput! non-null input common
Parameters for RequestHistoricalShipmentsExport
Type
AsynchronousActionResponse object common
Asynchronous action response type