I can't figure out how to update an order status via the REST API. I have tried grabbing the full order object, updating the OrderStatusID, and re-posting it via the PUT command - but that errors out with:
[{"Key":"OrderID","Value":"","Status":"400","Messag e":"Shipment Company is required"}]
Can someone point me in the right direction? Thanks.
[{"Key":"OrderID","Value":"","Status":"400","Messag e":"Shipment Company is required"}]
Can someone point me in the right direction? Thanks.