Hello Everyone, One of my friend is building a shipping platform which works as a plugin in Shopify. Where the sellers can integrate our service into their Shopify store.
For that we need to fetch the order details from the seller’s store, We are doing this by integrating our app with shopify using NodeJS.
Can anyone help us to understand the flow from start to end to create a plugin? We are stuck on the authentication page as the page is not redirecting to our platform.
Some of the other queries are as follows :
- Want to know how the access token is generated is it based on the scopes we want to use?
- for a particular Seller how many access tokens we can generate?
- want to pass the details of the user after successful installation to our service portal how can we achieve that?
Any reference to the documentation or any help will be appreciated.