Did the Shopify GDPR Webhook URLs change?

We've got a couple apps with the webhook urls as: https://app.gadget.dev/connections/webhooks/shopify/{{ uniqueId }} I've just checked the documentation again and it appears that the URLs are now: https://{{ appHandle }}.gadget.app/api/webhooks/shopify - When did this change? - Do the old URL still work? (I assume so, as we haven't been flagged by Shopify) - Can I freely switch from the old format to the new one in my app toml, or do I need to do something else in Gadget first?
5 Replies
Chocci_Milk
Chocci_Milk8mo ago
Hello, The webhook URL would have changed almost a year ago to: https://<appName>.gadget.app/api/webhooks/shopify The old URLs should no longer work. You should have gotten an email/we announced the change You should be able to make the change in the toml or via the partner dashboard
Anthony
AnthonyOP8mo ago
Interesting. I'll update this immediately across our apps. Hmm - I checked my emails from way back and couldn't spot an announcement. I also checked the gadget changelog and didn't see any mention of it.
Chocci_Milk
Chocci_Milk7mo ago
Interesting, I could have sworn that we mentioned it a while back. Maybe it was in a framework version upgrade Is the issue resolved?
Anthony
AnthonyOP7mo ago
No worries. Have uppdated those endpoints on our apps. Thanks. All sorted!
Chocci_Milk
Chocci_Milk7mo ago
Perfect! Sorry about that

Did you find this page helpful?