Hi guys,
I need to get the Name of the default Unit set on a product. Not the ones set in the "Stock" section, the one set in the Default Unit.
I can get the DefaultUnitID using the standard tag but I don;t seem to be able to get the name of it.
I have looked in the API and it looks like there are a few methods to get StockUnit by GetStockUnitById is looking for an integer as ID while my Unit IDs are strings.
I suppose there should be another method to get the Unit based on the DefaultUnitID, right?
Thank you,
Adrian