App reviews, troubleshooting, and recommendations
I want to save the access token of a shopify store and shop name in a variable of in a database when someone installs the app on his store. I am using Nodejs boilerplate. I am unable to get the access token to call an api when a webhook is received.
Thanks
Solved! Go to the solution
This is an accepted solution.
Nodejs Shopify app template is already handling to save the access token into the database on installation of the app to any store.
To view the database we can use DB Brower SQLight.
We can access details from the database using res.locals.shopify.session and while making an admin api call from the server end e.g to call an api when a webhook call is received you can simply fetch the access token from the database.
We need to handle the database while installation we need to check the database using the shop name if it is already exist in it then we will just update the access token every time the app is installed on any shopify store.
Hello @haseebintegriti
Recently, Shopify provides App Template. So you should migrate from Nodejs boilerplate to Shopify App Template.
Yes. I am using the shopify app template.
Shopify/shopify-app-template-node (github.com)
This is an accepted solution.
Nodejs Shopify app template is already handling to save the access token into the database on installation of the app to any store.
To view the database we can use DB Brower SQLight.
We can access details from the database using res.locals.shopify.session and while making an admin api call from the server end e.g to call an api when a webhook call is received you can simply fetch the access token from the database.
We need to handle the database while installation we need to check the database using the shop name if it is already exist in it then we will just update the access token every time the app is installed on any shopify store.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024