Prestashop webservice API didn't work
api, php, prestashop, web-services
Solution
Test this urls in your browser:
`http://keyapi@localhost/api/customers` ==> Replace keyapi string for your key api.
or
http://localhost/myprestashop/i/categories/5
Regards
Problem
I has been installed pastershop version prestashop_1.5.4.1. My site is host on localhost like "localhost/myprestashop". When I read documentation that calling prestashop webservice, it's pretty easy. But, when I call like that "localhost/myprestashop/api", it's didn't work. I didn't see any xml result. I see "Not Found" Message at below. I already enabled webservice and generate key. But, it's didn't work. Please point out me what kinds of problem in here. Webservice generate image is here.