NeedZoom Posted May 15, 2016 Share Posted May 15, 2016 Hi, I want to add function to send the order data to 3th party, when this statue become valid. I have worked with api Web service to send data from the 3th party to prestashop like the customers , products.. i can use web service in function to send this order when the statue become valid ? Link to comment Share on other sites More sharing options...
NeedZoom Posted May 15, 2016 Author Share Posted May 15, 2016 i can use "hook" and webservice to get data of the order ? Link to comment Share on other sites More sharing options...
shokinro Posted May 15, 2016 Share Posted May 15, 2016 I do not think there use web service to push data to 3rd party in the way you want, since web service is service for your pull data or request a service. you may need to create a module and use actionOrderStatusUpdate HOOK to get the status change event and then check if it is the correct status, you can send data to your destination. 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