Magento News
How can you use the Magento API to query a list of orders with multiple status values?
I am trying to use Magento SOAP to query an order list. I’ve got it pulling values for a single status but need to pull multiple values. (ex: Processing, Complete, etc.)
Here’s my code for one status value…
$orderListRaw = $proxy->call($sessionId, 'sales_order.list',
array(array('status'=>array('='=>$orderstatus))));
Any insight into having it pull for multiple values?
Queries are all from a remote server so I can’t use Mage.
How can you use the Magento API to query a list of orders with multiple status values?
Possibly Related Posts:
- Database query different results
- Menu highlight in magento under admin
- magento disable a banner on certain category pages or have a banner with multiple links
- Magento, using ACL for frontend. Possible?
- Magento IE-7 Fix In Windows XP
RSS Feed