Skip to main content

echoRequestDemandExport

Requests an asynchronous export of the company's historical demand.

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 demand list. Columns match the import format (date, sku, sales_channel, quantity_ordered) plus order_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-Id header).
echoRequestDemandExport(
input: RequestDemandExportInput!
): AsynchronousActionResponse!

Arguments

echoRequestDemandExport.input ● RequestDemandExportInput! non-null input common

Parameters for RequestDemandExport

Type

AsynchronousActionResponse object common

Asynchronous action response type