View Single Post
  #2  
Old 05-04-2015, 12:27 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

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

Default Re: RESTAPI Question to Retrieve Order Details

@Al Ponte,

You can pull order info by calling this URL:
Code:
admin.php?target=RESTAPI&_key=rest-api-key&_path=order/ORDERID&_schema=complex

ORDERID part should be replaced by actual order ID.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!

Last edited by qualiteam : 05-04-2015 at 10:48 PM.
Reply With Quote