Here is the problem I run into with this method. Seems my supplier uses an XML feel to update inventories every 2 hours.
Here is the format it uses:
<Answer><APITimestamp>2011-05-07T08:02:35.000</APITimestamp>
<Products>
<Product toBeDiscontinued="N" discontinueDate="" estDeliveryDate="">
<ProductCode>00-238X1</ProductCode>
<InventoryLevel>65</InventoryLevel></Product>
<Product toBeDiscontinued="N" discontinueDate="" estDeliveryDate="">
<ProductCode>00-238X11</ProductCode><InventoryLevel>0</InventoryLevel>
</Product>
I do have an email in to them to see if they have a csv update.
So, regarding the plugin in, this is what I should be entering in the "Column Names" box:
productcode:product_code;inventorylevel:product_quantity
Lastly, can I use this plug-in if I have to do a manual update? I might just to an update weekly if I can't do it in real time.