We are using CA GetOrderList API to fecth the list of orders.To fetch the list of orders which are created between a particular time,i am using statusUpdateFilterBeginTime and statusUpdateFilterEndTime values.Within a particular time i have created two orders but i am getting only one order.Till 12th june it was working fine.From yesterday evening we are facing this problem.Please find below the following request.Can anyone help me on this?
<soapenv:Envelope
<soapenv:Header>
<web:APICredentials>
<web:DeveloperKey>xxxxxxxxxxxxxxxxxxxx</web:DeveloperKey>
<web:Password>xxxxxxx</web:Password>
</web:APICredentials>
</soapenv:Header>
<accountID>xxxxxxxxxxxxxxxxxxx</accountID>
<orderCriteria>
</orderCriteria>
</GetOrderList>
</soapenv:Body>
</soapenv:Envelope>