Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello there,
How can we test GDPR shop/redact webhook in real time? In documentation its stated that this webhook will be triggered only after 48 hours of app uninstallation.
Before submitting app, I want to test this and also how is shopify team ensuring that we've deleted all app data from our server.
can anyone help me out with this? Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Shopify does not ensure you delete shop's data, that's your obligation to do so, otherwise you are not GDPR compliant. There is no way to test this in realtime, but you can go as far as to ensure your webhook correctly handles the request and replies back. Technically, GDPR related webhooks are not different from any other webhooks Shopify exposes.
This is an accepted solution.
Shopify does not ensure you delete shop's data, that's your obligation to do so, otherwise you are not GDPR compliant. There is no way to test this in realtime, but you can go as far as to ensure your webhook correctly handles the request and replies back. Technically, GDPR related webhooks are not different from any other webhooks Shopify exposes.
hey hey,
If you use ShopifyCLI >= 3.0 you can use this prompt
npm run shopify webhook trigger
Hey Visely-Team,
How to check GDPR webhooks? i used npm run shopify webhook trigger command and got success message but how can we get the endpoint and how can we check that endpoint ?
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
When you run npm run shopify webhook trigger it's shopify sending a webhook to your app ! the endpoint is on your side. If you start from a template, shopify add routes and jobs to handle it