Shopify Admin API integration in NodeJS app

Solved
rockyScube
Shopify Partner
1 0 0

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 🙂

Accepted Solution (1)
SBD_
Shopify Staff
Shopify Staff
1600 226 334

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 

View solution in original post

Reply 1 (1)
SBD_
Shopify Staff
Shopify Staff
1600 226 334

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