All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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 ????
ngrok is working correctly if i hit it using "shopify app webhook trigger" it works and not when i create event in admin