Skip to main content

Bulk Reprocess Events

POST 

/api/channel-partners/inbound-events/bulk-reprocess

Reprocess multiple inbound events by ID: each event is marked in flight and gets its own background job that replays its stored request payload. Already-processed events are skipped. Returns immediately with the number of events queued; each outcome (processed with the linked sales order, or failed with the error) is written asynchronously, so re-read the events to see the results.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Body:

  • ids (required): Array of event IDs to reprocess (min 1)

Request

Responses

OK

Response Headers
    Content-Type