How can i get current stock from the Shopify Buy SDK?
I am using the shopify buy sdk: https://www.npmjs.com/package/shopify-buy I would like to get the current number of items in a stock for a specific product. I can fetch product info like this: var Client = require('shopify-buy'); const shopify = Client.buildClient({…