Update Transport
update_transportUpdate a shipment's transport information by providing a track and trace code and optionally a transporter code. The update is applied asynchronously; use get_process_status to check completion.
Instructions
Update transport/tracking information for a shipment. Provide a track and trace code and optionally a transporter code. Returns a process status — the update is applied asynchronously. Use get_process_status to check completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transportId | Yes | The transport ID to update. | |
| trackAndTrace | Yes | Track and trace code from the transporter. | |
| transporterCode | No | Transporter code (e.g. 'TNT', 'DHL', 'POSTNL', 'DPD', 'BPOST_BE'). |