API:
1) Is it possible to filter sale orders by full customer name? I need to do this instead of against first/last name 2) Is it possible to get store name/ID pairs via the API? 3) Is it possible to filter orders by shipping_country?
Thanks
|
|
|
1) Looking over: http://svn.magentocommerce.com/source/branches/1.5/app/code/core/Mage/Sales/Model/Order/Api/V2.php
However the logic does seem to be present:
2) From my understanding the short answer is no. However there is a get/set currentStore for Categories and Products but I don't think it will give you the pairs you're looking for. 3) You SHOULD be able to use Hope this helps! |
|||
|
|