View Single Post
  #6  
Old 09-16-2014, 09:08 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: REST API access to Orders

Quote:
Originally Posted by Rafiqel
Is there a way to do filter on a get using attributes like ordernumber?

There is no function to filter by data fields yet, however you can read/update data by the ID:
Code:
... $product = $client->get('product/1')->send()->json(); ...
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote