I need to make requests to my shopify shop from a custom app developed in NodeJs.
Of course, I have the API_KEY, API_SECRET, Admin API access token
But I need to build a get request and a post request to the products in my shop, to update the stock from my Nodejs app.
Thanks in advance