A question I have is HOW can I pull the ShipTo and BillTo address of an order? We are integrating our retail solution with X-Cart 5 using the API.
I'm using this to pull the order:
https://mysite.com/xcart-5/xcart/admin.php?target=RESTAPI&_key=*****&_path=order/3&_method=put
And this to pull the profile:
https://mysite.com/xcart-5/xcart/admin.php?target=RESTAPI&_key=*****&_path=profile_ address/8&_method=put
Neither shows the addresses. I need to get them so I can put into our system.
Thanks,
Chris