dogman Posted February 16, 2013 Share Posted February 16, 2013 How can I get the web service to return json instead of xml? 1 Link to comment Share on other sites More sharing options...
prestanesia Posted April 1, 2013 Share Posted April 1, 2013 so far it only supprot xml, to return json, i think you need to write your own json implementation. Link to comment Share on other sites More sharing options...
Nabahat Posted February 2, 2016 Share Posted February 2, 2016 Hi, Try to put the following at the end of you request : &output_format=JSON example: http://www.yoursite.com/api/&output_format=JSON 5 Link to comment Share on other sites More sharing options...
Victor Castro Contreras Posted March 28, 2017 Share Posted March 28, 2017 Request POST or PUT with JSON https://www.prestashop.com/forums/topic/602449-solucionado-webservice-prestashop-16-json-request-post-y-put/ Link to comment Share on other sites More sharing options...
Recommended Posts