preview channel of the Public API and requires the MarketingSolutions_Analytics_Read scope.
Endpoints
Report Request Attributes
(*) Required
Report Job Status Attributes
Workflow
This API follows a three-step asynchronous flow:- Create an export job.
- Poll the job status until it is
Done. - Download the generated file.
Step 1. Create a Product Report Export Job
Sample requestIf the exact same request was generated recently and is still available in cache, the response may already return
"status": "Done".Step 2. Poll for Job Completion
Poll this endpoint untilstatus becomes Done before attempting to download the file.
Sample response
Step 3. Download the Report
The response body is the raw file content rather than a JSON envelope. CSV outputHTTP Status Codes
The current Preview OAS models the returned job identifier as
exportId. Use this value as {reportId} when calling the status and download endpoints.