View Single Post
  #1  
Old 09-24-2015, 05:14 AM
 
cjipaygo cjipaygo is offline
 

Newbie
  
Join Date: Apr 2009
Posts: 7
 

Default HOW can I pull the ShipTo and BillTo address of an order

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

Last edited by qualiteam : 09-24-2015 at 09:26 PM.
Reply With Quote