Note: Replace the orderId in the path param with the actual orderId of the order that you want to edit.
orderId in the path param, is the unique identifier that was returned once the order was placed. You can also get the orderId in the delivery order details object, that can be found once retrieved order details.

Returns

Returns a response Object hash

Response hash child attributes

success Boolean
Boolean value indicating the success of the order insert


orderId Integer
Unique Identifier for the particular order


response String
String stating the updated value of the order status

Possible enum values of 'status'
STARTED
PICKED_UP
READY_TO_DELIVER
ALREADY_DELIVERED
INCOMPLETE
FAILED_DELIVERY
Language
Authorization
Header