Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone,
I'm encountering an issue with webhook retries in my Shopify store. My server currently handles webhook requests and responds with a 500 status code if the webhook is busy, and with a 200 status code if it can process the request. Additionally, I have tried responding with a 429 status code (Too Many Requests) instead of 500. However, I've noticed that Shopify is not retrying the webhook delivery when it receives these responses.
Here is a summary of my implementation:
Despite this, Shopify does not seem to retry the webhook delivery after receiving a 500 or 429 response. Has anyone faced a similar issue or have any idea what might be happening? Any help would be greatly appreciated.
Thank you in advance for your assistance.