tahirabbas Posted March 9, 2015 Share Posted March 9, 2015 (edited) Hi there, I want to connect with Prestashop through Java program. I get result in case of some URLs either used in java program or in browser for example http://localhost/htdocs/prestashop/api/order_details/2 http://localhost/htdocs/prestashop/api/orders or on online shop https://testshop11.pswebstore.com/api/orders but in case of some URL mappings either on localhost or online shop i get Error Code 500, including the one given below:- http://localhost/htdocs/prestashop/api/orders/1 https://testshop11.pswebstore.com/api/orders/7 I want to read orders with related address. I think i need "....../api/orders/1" this link work but i'm getting Error 500. I'll highly appreciate your help. Thanks! in Advance. Edited March 9, 2015 by tahirabbas (see edit history) 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