> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reprocesses a stored **inbound** document: re-runs validation, translation,

> and acknowledgment against the partner's current implementation guide…

and acknowledgment against the partner's current implementation guide. The
deterministic dedup event ID means re-deriving events from the same wire
collapses in the outbox — no duplicate orders.

### Path parameters

<ParamField path="id" type="string" required>
  Document audit ID
</ParamField>

### Response

No response body. Reprocessing result with fresh acknowledgment.

### Status codes

| Code  | Meaning                                              |
| ----- | ---------------------------------------------------- |
| `200` | Reprocessing result with fresh acknowledgment        |
| `403` | Admin credential required                            |
| `404` | Unknown document                                     |
| `422` | Document is outbound (use re-deliver) or unparseable |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/documents/{id}/reprocess' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
