Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi, I am trying to build a simple app that captures whenever an order is created into a google sheets.
However, for some reason, the app keeps on deleting itself every day or so. I researched and saw that my web hooks must give a 200 OK response to the server, and I believe that is what it does, however it keeps on failing.
Here is my github repo: https://github.com/fibeep/shopjs
Thanks!
I am having a similar issue, did you find a solution or reason as to why it may be happening.