prashant_jain@hotmai Posted December 17, 2015 Share Posted December 17, 2015 (edited) Friends, I would like to change the delivery_date of the orders web service (or column in ps_orders table) using the web service. How would I do that? I tried by ... - First getting the order xml (/api/orders/999). - I then change the value of the delivery_date in the xml doc. - I do a PUT. Response is success. But PS still shows the same old value. I even debugged the body of the request and I see my new value in the request. Thanks Edited December 17, 2015 by prashant_jain@hotmai (see edit history) Link to comment Share on other sites More sharing options...
prashant_jain@hotmai Posted December 17, 2015 Author Share Posted December 17, 2015 Ok. Figured out. My code was adding the order id after "/api/orders/" during PUT. I removed the order id and things started working. Link to comment Share on other sites More sharing options...
Oron Posted December 17, 2015 Share Posted December 17, 2015 Hello Here french forum. Topic moved to English forum : Configuring & using PrestaShop 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