HyperTrackDocs
Orders

Create an order export job

POST
/orders/export

Creates an asynchronous job to export orders to CSV.gz file. Returns a job_id that can be used to check status. Download link will be sent via email when ready.

Authorization

AuthorizationBasic <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/orders/export" \  -H "Content-Type: application/json" \  -d '{}'
{  "job_id": "string",  "status": "string",  "message": "string"}
{  "title": "string",  "detail": "string"}
{  "code": "string",  "title": "string",  "detail": "string"}