Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I ve created shopify remix app which collects store information, owner details not the customer data so I didnt add any scopes for customer and order . but three mandatory webhooks needs to be subscribed for Customer data request, Customer data erasure, Shop data erasure but I didnt collect any consumer data what to do in this case ?
This is Amelia from PageFly - Landing Page Builder App
Shopify requires all public apps to subscribe to the mandatory GDPR compliance webhooks. This ensures that your app can handle any potential data requests in compliance with privacy laws. Here’s what you can do:
Implement the Mandatory Webhooks:
Handle the Webhook Requests:
app.post('/webhooks/customers/data_request', (req, res) => { // Process the data request res.status(200).send('Data request received'); }); app.post('/webhooks/customers/redact', (req, res) => { // Process the data erasure request res.status(200).send('Data erasure request received'); }); app.post('/webhooks/shop/redact', (req, res) => { // Process the shop data erasure request res.status(200).send('Shop data erasure request received'); });
Register the Webhooks:
Hope that my solution works for you.
Best regards,
Amelia | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024