Starlinks Track & Trace
Returns tracking status for a Starlinks parcel by tracking number or URL. Use it in tracking flows for Starlinks shipments.
What it does
- Fetches tracking events from the Starlinks tracking page.
- Maps the latest event to a standard delivery status.
- Returns status, key dates, event history and raw tracking data.
Notes
- Provide either a tracking number or a full tracking URL.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | Optional String | Tracking reference for the package |
| Tracking URL | Optional String | Tracking URL. This can be provided instead of the tracking number |
Outputs
| Name | Type | Description |
|---|---|---|
| Found Tracking? | Boolean | Whether any tracking info was found for the tracking number provided |
| Status | String | Status of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender. |
| Status Description | String | Status description |
| Tracking URL | String | Tracking URL |
| Last Event Date | String | Date of the last update in ISO format |
| Despatch Date | String | Date when the package was despatched in ISO format |
| Tracking Events | List | History of all the events for the package |
| Tracking Data | Object | Tracking data object |