Made R&D on it and found following code can help us $arguments = array(array(‘created_at’=>array(‘lt’=>’2011-05-25 00:00:00′))); but this is not complete solution we needed. Afte searching hard on google finally we got some solution on following link http://stackoverflow.com/questions/5844970/adding-filters-to-magento-web-services-api $arguments = array( ‘created_at’ => array( ‘from’ => ’2011-05-21 02:13:00′, ‘to’ => ’2011-05-22 02:22:00′ ) ); Full code
(Read More…)






