Skip to content

Instantly share code, notes, and snippets.

@epson121
Created November 9, 2014 19:58
Show Gist options
  • Save epson121/f382f8c292ba92856e54 to your computer and use it in GitHub Desktop.
Save epson121/f382f8c292ba92856e54 to your computer and use it in GitHub Desktop.
apiv2 call on sales order list
$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