Setting up Shopify Mandatory GDPR Webhooks?

I am working on creating a Shopify app (Node.js). I am setting Mandatory Shopify Webhooks.

The scopes: read_themes,write_themes,read_customers,write_customers

Hello @JohnStones ,

Gina here from flareAI - your Fully Automated Free Sales Machine. Hope you are doing good! I am happy to share some suggestions for your query.

Please consider liking and accepting the solution if it helps.

GDPR webhooks are set up through the Partner Dashboard. To set up GDPR webhooks, go to the Partner Account > Choose the app > App setup > GDPR mandatory webhooks section.

There are three GDPR webhooks.

shop/redact: This webhook will be triggered 48 hours after a store owner uninstalls your app.

customers/data_request: Customers can request their data from a store owner. When this happens, Shopify sends a payload on the customers/data_request topic to the apps that are installed on that store.

customers/redact: Store owners can request that data be deleted on behalf of a customer. When this happens, Shopify sends a payload on the customers/redact topic to the apps installed on that store.

For more details on setting GDPR webhooks, you can read this documentation.

If you found the answer helpful consider supporting the Shopify Community by giving it a Like + Accept the solution.

Gina
flareAI