Focuses on API authentication, access scopes, and permission management.
I'm new to shopify, I want to create an API which will fetch product list and detail from shopify and create individual discount code. but to do that I need to create a tunnel using admin token which will allow me to perform this action, but I'm not sure how and where to begin with.
Any help will be great 🙂
Solved! Go to the solution
This is an accepted solution.
Hey @rockyScube
For Node specifically, there's a pretty good tutorial here which runs through authentication, tunnelling, etc: https://blog.logrocket.com/build-shopify-app-with-node-js/
For the discounting piece, you'll want to use this api.
Good luck!
Scott | Developer Advocate @ Shopify
This is an accepted solution.
Hey @rockyScube
For Node specifically, there's a pretty good tutorial here which runs through authentication, tunnelling, etc: https://blog.logrocket.com/build-shopify-app-with-node-js/
For the discounting piece, you'll want to use this api.
Good luck!
Scott | Developer Advocate @ Shopify