3 weeks ago
Currently the only way to update notes on a order is via the create/update endpoints listed below:
However, these endpoints only allow users to update open orders. So you cannot add a note to an order that's been shipped (but you can still do this from the UI). Adding a separate endpoint for inserting/updating notes would resolve that issue.
9 hours ago
Also the ability to update an order without having to POST the full order data. Sucks when you just want to post a order status change.