Created
November 9, 2014 19:58
-
-
Save epson121/f382f8c292ba92856e54 to your computer and use it in GitHub Desktop.
apiv2 call on sales order list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$params = array('complex_filter' => | |
array( | |
array('key' => 'increment_id', 'value' => array('key' => 'gt', 'value' => '100015225')) | |
) | |
); | |
// $result = $proxy->salesOrderList((object)array('sessionId' => $sessionId->result, 'filters' => array(array('increment_id' =>'100015226')))); | |
$result = $proxy->salesOrderList((object)array('sessionId' => $sessionId->result, 'filters' => $params)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment