curl --request POST \
--url 'https://edi.stateset.com/v1/documents/{id}/reprocess' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Reprocesses a stored **inbound** document: re-runs validation, translation,
and acknowledgment against the partner’s current implementation guide…
POST
/
v1
/
documents
/
{id}
/
reprocess
curl --request POST \
--url 'https://edi.stateset.com/v1/documents/{id}/reprocess' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
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
string
required
Document audit ID
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 |
curl --request POST \
--url 'https://edi.stateset.com/v1/documents/{id}/reprocess' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026