i got this email from shopify:
Your webhook for products/create at https://app.com/webhooks/products/create is failing to return a successful response.
This webhook has been attempted 2 times. If your webhook continues to fail, it will be removed and your application will not receive any more notifications.
i put ctx.status = 200 after the webhook, but i'm still getting this email? how do i resolve?
Hi @yanteb ,
Webhooks can be removed by Shopify for too many failed attempts. You’ll have to subscribe to the webhook again and recover any lost data since that time.
Best,
Sam
Depends on your programming language we use Nodejs with Express so it looks like this
response.status(200).send();
This question has been asked before:
User | Count |
---|---|
11 | |
10 | |
6 | |
6 | |
4 |