WooCommerce - Auto Update Price & Stock Quantities via a XML Feed

Job ID: 33375172

Budget: €30 – €250 EUR

I need a plug-in created which will allow me to update stock quantities in any woocommerce store via a Live XML Feed from my supplier which will be downloaded via URL. The plug-in will also need to set stock quantity to 0 if the product is no longer in the XML.

I would like to be able to manually start the plug-in when needed as well as have it run via a cron job every xx mins.

XML structure is as follows:

<?xml version="1.0" encoding="ISO-8859-7"?> <SODATA>
<ROWDATA>
<ROW
SKU="ABC14428"
Price="5.95"
Stock="10"
/>
<ROW
SKU="DEF124404"
Price="5.95"
Stock="0"
/>
</ROWDATA>
</SODATA>

If you need any more info please contact me.
Related categories: PHP XML WordPress MySQL WooCommerce