rferrero Posted October 21, 2011 Share Posted October 21, 2011 Hello I'm trying to register a request from a webservice, My code is as follows $webService = new PrestaShopWebservice(PS_SHOP_PATH, PS_WS_AUTH_KEY, DEBUG); $opt['resource'] = '/orders?schema=blank'; $xml = $webService->get($opt); // champs requis $xml->order-> ................. ................. $opt = array('resource' => 'orders'); $opt['postXml'] = $xml->asXML(); $xml = $webService->add($opt); I would like to introduce the delivery address, invoice number etc (all fields associated with the order that do not correspond to the table ps_orders), I can spend an example of how you do it? Regards :-) Link to comment Share on other sites More sharing options...
rferrero Posted October 26, 2011 Author Share Posted October 26, 2011 Can anyone help me? regards Link to comment Share on other sites More sharing options...
AcSh Posted December 1, 2011 Share Posted December 1, 2011 Did you success ? Link to comment Share on other sites More sharing options...
Recommended Posts