Hi
I’m trying to setup a solution where prices and stock information is retrieved from external api’s
It is fairly straightforward for prices, but I haven’t found a way to get stock. I need sku to do the look up in the api
Hi
I’m trying to setup a solution where prices and stock information is retrieved from external api’s
It is fairly straightforward for prices, but I haven’t found a way to get stock. I need sku to do the look up in the api
Can you implement an IStockService and override the default one that just reads and updates a local DB table.