Skip to main content
An order represents a request to retrieve an archival document from a repository.

Statuses

Normal flow

Not every order visits every status. Fixed-price orders and account-specific workflows may skip offer or payment states.

Withdrawal

Use POST /orders/{orderId}/withdraw when a customer no longer wants the document. Withdrawals are only allowed before fulfillment work starts. Once the order is assigned or in progress, contact support.

Delivered documents

GET /orders/{orderId}/documents returns an empty array until the order reaches delivered. Document URLs are signed URLs and expire after a short period. Fetch and store the file promptly if your integration needs long-term access.