pub async fn get_commodity_name( user_id: Uuid, commodity_id: Uuid, ) -> Result<String, Box<dyn Error>>
Get commodity symbol (or name as fallback) by ID