Hi,
We are trying to get a thrid party application working that handles orders but thier supports says that our orders are updating frequently and is causing the application to retrieve all of them over and over.
I have been trying to find the reason but can't find it. The only thing that updates often is a integration we have that updates product stock using SOAP V1
$proxy->call($sessionId, 'product_stock.update', array($artNr, array('qty'=>$qty, 'is_in_stock'=>1)));
Does this cause orders in magento to update?