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
I'm creating integration like datadog integration for shopify. I'm thinking to ask users to enter store_name and access_token to collect store data and showing dashboards. But I found some interesting thing that user can create upto 10 store with same email address. So If I have 10 stores then I have to create custom app in each store then enter 10 store_names and 10 access_tokens during integration installation to collect all the data.
Need suggestions on this problem.
@Anonymousofficial wrote:I'm creating integration like datadog integration for shopify. I'm thinking to ask users to enter store_name and access_token to collect store data and showing dashboards. But I found some interesting thing that user can create upto 10 store with same email address. So If I have 10 stores then I have to create custom app in each store then enter 10 store_names and 10 access_tokens during integration installation to collect all the data.
Need suggestions on this problem.
When creating an integration for Shopify akin to Datadog, it's important to streamline the process for users who may have multiple stores under a single email address. Rather than asking users to manually input each store's name and access token, which can be cumbersome especially if they have up to 10 stores, you should leverage Shopify's OAuth authentication flow. This method allows users to authenticate their Shopify account and grant your application the necessary permissions to access multiple stores simultaneously. During the OAuth process, users can select which stores they wish to integrate with your app.
Thank you. 🙂