Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Solved! Go to the solution
This is an accepted solution.
1. OAuth is per shop. Your app is requesting permission to make requests to the API on that specific shop.
2. No only the shop: https://shopify.dev/docs/admin-api/rest/reference/store-properties
3. I cannot provide legal advice on the topic, however, we've put together some great resources: https://www.shopify.ca/partners/blog/gdpr-compliance
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
1. OAuth is per shop. Your app is requesting permission to make requests to the API on that specific shop.
2. No only the shop: https://shopify.dev/docs/admin-api/rest/reference/store-properties
3. I cannot provide legal advice on the topic, however, we've put together some great resources: https://www.shopify.ca/partners/blog/gdpr-compliance
To learn more visit the Shopify Help Center or the Community Blog.
Some followup questions
- Can shopify OAuth requests be made using store's custom domain?
- Can shopify API requests be made using store's custom domain?
- If oauth fails due to any reason is there a way to get reasons from json or xml object rather than parsing the html content?