gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

How to update webhook URL's for old stores? #1243

Closed ingalesachin7 closed 1 year ago

ingalesachin7 commented 1 year ago

Hello, I have switched from ruby to Laravel for the app already running and also changed the app URL, so already registered webhook how do we update with new url for all installed stores?

Kyon147 commented 1 year ago

@ingalesachin7 if you have stores on another package that you are migrating, you may have to run a custom script that updates the existing stores webhook, to the new one.

Webhooks do run at authenticate but the store has to access the app for that to happen.

Kyon147 commented 1 year ago

Going to close this as it is not an issue but feel free to reply or open up a discussion.