GET /orders
Lists orders owned by the API client.
Required scope: orders:read
POST /orders
Creates an order.
Required scope: orders:write
Request body:
| Field | Required | Type |
|---|---|---|
repositoryName | Yes | string |
documentType | Yes | string |
location | Yes | string |
archiveRepositoryId | No | string |
countryISOA3 | No | string |
pricingMode | No | FIXED or OPEN_FOR_BIDS |
fixedPrice | No | number |
currency | No | string |
externalOrderRef | No | string |
customerName | No | string |
personsOfInterest | No | array |
instructions | No | string |
GET /orders/{orderId}
Gets one order by ID.
Required scope: orders:read
POST /orders/{orderId}/withdraw
Withdraws an order before fulfillment work starts.
Required scope: orders:write

