Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Shopify Admin API integration in NodeJS app

Solved

Shopify Admin API integration in NodeJS app

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
1831 273 421

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
1831 273 421

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