Hello again!
I have a question relating to the automatic creation of item codes through the API.
Along with the item codes themselves, I have a need to populate the unit of measure conversions (for example Cartons to LBS or Pallets with the conversion factors.
The problem I am facing is, the UOMConversions class is not available in the Non-Stock Items object. It IS available on Stock Items, but we are not using those.
We had a consulting group build out the initial system and they created a customization project to get us to where we can apparently have the UOM conversions on Non-Stock Items (as shown in this screenshot), however I am unable to contact them and need to figure out how to create those entries on the non-stock items via the API myself (along with help from here if possible).

Here’s a shot of the Non-Stock Items in the customization project showing the fields I need access to:

I just don’t know how to gain access to those fields via the class objects.
I found a class object called InventoryItemUOMConversion, but don’t know how to tie that to the item code I am creating in the same API call to create the item.
Can anyone help?