Support partial order updates via ShipStation's API
For the orders/createorder endpoint, if a valid orderKey is user-provided, the request becomes an order update. This means that we must fetch the order's data and then regurgitate it back in our request, even if all we wanted to do is change one thing. This not only creates extra work, but is also error prone, because simpler is always less prone to bugs.
1
vote
