No content to show
User Activity
05-25-2023
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.ses...
05-25-2023
To get the access token we can use res.locals.shopify.session and it is also creating a table in sqlite database you can see the database using DB Broswer SQLight. To use it on server side to make an api call to shopify you can access it from the dat...
05-17-2023
Yes. I am using the shopify app template. Shopify/shopify-app-template-node (github.com)
I am fetching the list of product using product list api and passing it to a component but in the component it is showing that array as undefined. When I console that variable inside the fetch function it shows the array in console. scope of the vari...
05-11-2023
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. ...
05-11-2023
@flareAI Any help you can provide me in regarding?
05-10-2023
Thank you @flareAI for helping me out. I want to know how I can save the access token in nodejs shopify app boilerplate. Where to add the code to store the access token. Can you share some example code of it in the updated boilerplate template? Than...
05-10-2023
I have an app and I am getting the webhook notification when a cart is updated. Now I want to call an rest admin api to update a product information but I'm unable to get the access token of the store. I know we can save the access token in database ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
715 | 05-25-2023 11:06 AM | |
964 | 05-25-2023 11:02 AM |