cancel
Showing results for 
Search instead for 
Did you mean: 

Frequently updated orders

Frequently updated orders

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?

1 REPLY 1

Re: Frequently updated orders


@Craftit wrote:

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?


Hi,

There could be any 3rd party extension that triggers observer that saves order. Try to disable all the 3rd party extension and check could be one solution. Just a suggestion.