Bastien Giraud Posted May 4, 2015 Share Posted May 4, 2015 Hi I'm a new... I use this document to learn how make and use a webservice with prestashop : http://doc.prestashop.com/download/attachments/720902/CRUD%20Tutorial%20EN.pdf this document explain the CRUD method but it's for 1.4 prestashop but my prestashop on cloud is version 1.6.0.14 So, my problem is : I can't do any filter. If i try it, I have a timeout (error code -1) just "/api/products" or "api/products/?display=full" works for exemple timeout if I try to do this : /api/configurations/?display=[name,value] or /api/customers/?display=[firstname,lastname]&filter[id]=[1|5] I have activate webservice and i have give all permissions to all ressources. To have list of my orders, I have change in .htaccess the HTTP_PS_MODE_DEV_ to true. There is an another parameter(s) to activate filter ? Thanks to help me. 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