Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have a public app. I do not store any of the PII information in our database/our servers. what I will add in GDPR webhooks.
As these webhooks are mandatory for all apps, just have an endpoint that would reply with a HTTP code of 200 and do nothing else.
You'll reply with a 200 anyways, as Shopify doesn't expect any data back. The idea is that you don't have to do any extra activities like removing the data or sending data to the merchant if you have no PII data stored.
thank you so much
how we test these webhooks in the development store. what your criteria to check these URLs. how you send "shop domain" and "shop id" for checking these webhooks ???
please reply me immediately