TrackShipmentbyTrackingId
Seguimiento
Rastrear un envío
Retrieves tracking information for a shipment by its tracking ID, including status, recipient, address, dimensions, and scan events.
GET
TrackShipmentbyTrackingId
Autorizaciones
API access token generated from the UniUni Platform dashboard.
Parámetros de consulta
The shipment tracking ID. Must be 19 characters starting with UR (e.g. UR06250000000000351) or 19 characters starting with URB (batch tracking ID).
Pattern:
^(UR\d{17}|URB\d{16})$