App reviews, troubleshooting, and recommendations
Hi Guys,
I madeAPP_UNINSTALLED webhook handler & wrote some code in but it seems APP_UNINSTALLED webhook handler is already there in Shopify node JS template but i am not able to find. I searched the whole directory
any help would be really appreciated.
Thanks in advance 🙂
Girish | Shopify Expert
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- My Shopify Apps: App Store | Looking for a solution to a problem in your store? Send me an email
Hey did you get an answer to this? I have the same question.
Bump, also wondering same.
Hey I actually found out the answer to this - if you are using the latest Shopify Node template then it registers a APP_UNINSTALLED automatically webhook automatically for you. Checkout the file below: you see that deleteAppInstallationHandler is the callback, which under the hood deletes the app session from the db for you.
Unfortunately, I don't think there is a way to use an interface and edit this functionality. For me, this is enough because I have a simple app, but I imagine a lot of people probably have more they want to do on an app uninstall. I think the second part of the warning is important though - which is that webhook_handlers are called sequentially. So I ~think~ that if you add another webhook handler, both should function on an app uninstall. Hope that helps.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024