Jump to content

Send the order data when the statue become valid


NeedZoom

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...