> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meum.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Retry behavior

> Webhook retry behavior for WooCommerce integrations.

<Note>
  Meum retries failed webhook deliveries automatically. Your WooCommerce endpoint must return HTTP 200 with `{ "received": true }`.
</Note>

## Platform retry schedule

* **6 attempts** with exponential backoff
* Initial delay: **60 seconds**
* Delivery timeout: **10 seconds** (configurable via platform settings)

## WooCommerce-specific acceptance

For managed WooCommerce endpoints, HTTP 200 alone is not sufficient. Meum checks the response body for WooCommerce acknowledgment via `isWooWebhookAck()`.

If HTTP 200 is returned but WooCommerce does not acknowledge, delivery is treated as failed and retried.

## Related pages

* [Webhook retry behavior](/webhooks/retry-behavior)
* [Webhook delivery failed](/troubleshooting/webhook-delivery-failed)
