Allows you to update the Tracking Number for a specific Order ID. The Tracking number being added will apply to the whole order and not a specific item within the order. The OrderDetailStatus for each Line Item and the OrderStatus will be updated to shipped. This will also trigger the Order Tracking Import AutoResponder.
To apply multiple tracking numbers to an order or partially ship specific items from the order, please use UpdateOrderDetailTrackingQuantity
POST /(Client)/api/Shipping/OrderInformation/UpdateTrackingNumber?OrderID=
OrderID
&TrackingNumber=TrackingNumber
None.
JSON
{"OrderID": "8402732",
"TrackingNumber": "123"}
Responses are provided via HTTP Status Codes.
JSON
200