Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

GDPR webhook

GDPR webhook

zafar_tabontech
New Member
5 0 0

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.

Replies 5 (5)

Visely-Team
Shopify Partner
1843 210 488

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.

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
zafar_tabontech
New Member
5 0 0
Does it mean if you have no data or request just a simple return HTTP code
200?
Visely-Team
Shopify Partner
1843 210 488

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.

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
zafar_tabontech
New Member
5 0 0

thank you so much

zafar_tabontech
New Member
5 0 0

 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