View Single Post
  #2  
Old 12-17-2021, 06:16 AM
 
GDavis GDavis is offline
 

Newbie
  
Join Date: Nov 2021
Posts: 3
 

Default Re: Rest API pulling Orders

Ok, after more playing around with this I have some observations. I was going to delete this post but thought I would leave it up for the next dev.

1. The default order object just doesn't return Profile_ID and a few other fields. which is a bummer because it's the full raw object and the field is there, but just not populated. What you can do instead is pull down the Complex Order which does give you a richer object graph including Customer (profile), CustomerAddress, Items (orderItems) etc. This object is not the full record from the DB but it's pretty useful.

Forget my question about the paging. That is working for me now.
__________________
X-Cart 5.3.6.8
Reply With Quote