Re: Test shop redact GDPR webhook

Solved

Test shop redact GDPR webhook

user072319
Shopify Partner
131 0 17

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.

Accepted Solution (1)

Visely-Team
Shopify Partner
1843 210 488

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.

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog

View solution in original post

Replies 4 (4)

Visely-Team
Shopify Partner
1843 210 488

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.

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
TomTranzistor
Shopify Partner
62 4 15

hey hey, 

 

If you use ShopifyCLI >= 3.0 you can use this prompt

npm run shopify webhook trigger
Girish_Rajwani
Shopify Partner
82 3 8

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

TomTranzistor
Shopify Partner
62 4 15

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