View Single Post
  #6  
Old 06-29-2018, 05:35 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: How to get complete order information via REST API

Quote:
Originally Posted by QuickBooksDev
Yes, I get the error
The site can't be reached.
nnnn refunded to connect.

Can you please give me the exact URL parameters to use?

It should be something like:
Code:
http://xcart.localhost/admin.php?target=RESTAPI&_key=yourkey&_path=order&_schema=complex

What if you try to run request like this:
Code:
http://xcart.localhost/admin.php?target=RESTAPI&_key=yourkey&_path=order/1&_schema=complex

where 1 is ID of some order. Does it fire the same error?

Tony
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote