'Update order details in prestashop rest api
I need to update shipping details of an order using rest api in Prestashop. I need to update Tracking no, Tracking company name etc. from rest API. I searched a lot for this but didn't find any API. Please guide me how can I do this.
Solution 1:[1]
Resource is called Order_carrier
https://devdocs.prestashop.com/1.7/webservice/resources/order_carriers/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | panariga |
