Update order parameters

PUT /orders/{tracking_number}

Updates an order in Shippit using the tracking number.

If the order doesnโ€™t exist, you receive a 404 error instead.

Name In Type Required Description
tracking_number path string true The tracking number of the order.
body body OrderRequest true Passes an order object under the order field.

To perform this operation, you must be authenticated with an authentication token.