Skip to main content

Retry Webhook Event

POST 

/api/shipstation/integration-instances/:integration_instance/webhook-events/:webhook_event/retry

Queues the webhook event for reprocessing by dispatching a background job. Typically used on events whose processed flag is false and error_message is set (e.g. a transient ShipStation API failure during the resource fetch).

Not yet available to API tokens

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

The job re-runs the standard processing path: fetch the resource from ShipStation, apply the fetched payload (order/shipment linkage), then mark the event processed or record a new error.

Returns 404 if the event does not belong to the given integration instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type