Could you please provide an example on this?
I am able to use InventoryConnector.updateItemStock(...)
successfully to update, but Item.hasItemStock()
returns false for the same item...
Could you please provide an example on this?
I am able to use InventoryConnector.updateItemStock(...)
successfully to update, but Item.hasItemStock()
returns false for the same item...
After investigating the internal code further, it seems it is currently not possible to query for an item's stock (I guess due to it being a different DB on the device). I have opened an engineering ticket to have this fixed, however for the interim, you will need to do an API request to get the item stock: https://www.clover.com/api_docs#!/inv...
2 People are following this question.