GDPR compliance

GDPR compliance

4mithpoojari
Shopify Partner
13 0 0

what are mandatory scopes for getting request for customer data gdpr . i have create a server using localhost and ngrok but not getting any request to it . what may be the issue??


[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_checkouts,read_discounts,write_checkouts,write_discounts,write_products,read_customers,write_customers,read_orders"

[auth]
redirect_urls = [ "https://shopify.dev/apps/default-app-home/api/auth" ]

[webhooks]
api_version = "2024-10"

[[webhooks.subscriptions]]
uri = "https://6bc7-106-51-60-209.ngrok-free.app/webhook/gdpr"
compliance_topics = [ "customers/data_request", "customers/redact", "shop/redact" ]

[pos]
embedded = false


is there anything i am missing ????

Reply 1 (1)
4mithpoojari
Shopify Partner
13 0 0

ngrok is working correctly if i hit it using "shopify app webhook trigger" it works and not when i create event in admin