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
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 dashboardInteresting. 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.
Interesting, I could have sworn that we mentioned it a while back. Maybe it was in a framework version upgrade
Is the issue resolved?
No worries. Have uppdated those endpoints on our apps. Thanks. All sorted!
Perfect! Sorry about that