Will triggering DELETE Customer API trigger GDPR webhooks?

Will triggering DELETE Customer API trigger GDPR webhooks?

ttan228
Visitor
1 0 0

I have a self developed app that triggers "DELETE Customer" API to automate GDPR compliance. Will this cascade to other apps installed in my Shopify store and trigger the GDPR Mandatory Webhooks (customers/redact)?

Reply 1 (1)

Shabalinski___A
Shopify Partner
21 4 2

Hi, @ttan228!

Webhooks allow apps to stay in sync with Shopify data or perform an action after a specific event occurs in a shop. They are triggered for all specific events within your store.

It turns out that if something happens inside your store it triggered a certain webhook, accordingly all your installed applications will receive the 'customers/redact' webhook and react to it.

 

NOTE: Webhook delivery isn't always guaranteed. You should therefore implement reconciliation jobs to fetch data from Shopify periodically.

Still, Shopify docs say that webhooks may not come always guaranteed. Be careful.

Hope I helped you, have a nice day! 😉

Frontend (Shopify) Engineer at SpiralScout

  • - Was my reply helpful? Click Like to let me know!
  • - Was your question answered? Mark it as an Accepted Solution!