curl --request POST \
--url 'https://edi.stateset.com/v1/replay/{reference}' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Replays a document set from the stream: re-derives the VES events for every
stored inbound document under reference (PO / shipment / invoice)…
POST
/
v1
/
replay
/
{reference}
curl --request POST \
--url 'https://edi.stateset.com/v1/replay/{reference}' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
stored inbound document under
reference (PO / shipment / invoice).
Idempotent by construction — each event’s deterministic ID collapses in the
outbox and the sequencer, so a replay produces no duplicate orders, acks, or
deliveries. This is the sandbox demonstration of replay-from-stream.
Path parameters
string
required
PO / shipment / invoice reference
Response
No response body. Replay summary per document.Status codes
| Code | Meaning |
|---|---|
200 | Replay summary per document |
403 | Admin credential required |
404 | No inbound documents for the reference |
curl --request POST \
--url 'https://edi.stateset.com/v1/replay/{reference}' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026