Retry Mechanism

For Webhook POSTs, Shiptify monitors the response codes from your server and reacts accordingly:

  • If a 200 (Success) code is received, the webhook POST is considered successful, and no further attempts will be made.

  • For any other response code, Shiptify will retry the POST following the schedule below, except for delivery notifications.

  • If your application cannot process the webhook request and does not return a 406 error code, Shiptify will retry for up to 24 hours at the following intervals: immediately, 30 minutes, 1 hour, 4 hours, and 24 hours.

Last updated