TheDers Posted September 11, 2014 Share Posted September 11, 2014 Hey guys, I'm developing an IOS Application that integrates with my Prestashop website and I'm currently using the API Search method to hopefully return a list of items that meet the search criteria of the user. I finally managed to set up a connection to the API and get past the authentication process, however the data that is being returned is not an XML file, but rather an HTML File. And on top of that, It's not even an HTML file containing the correct search results (I have no idea what HTML page is even being returned). Currently the API call I'm making is http://www.************.com:80/api/search/?query=bag&language=1, and then provide the Authentication Key when it asks for it. If anyone out there has any experience using the Search API method either on a mobile app or even just from a PHP Script it would be immensely helpful. Thank You! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now