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

NameTypeDescription
Tracking NumberOptional StringTracking reference for the package
Tracking URLOptional StringTracking URL. This can be provided instead of the tracking number

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking info was found for the tracking number provided
StatusStringStatus of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender.
Status DescriptionStringStatus description
Tracking URLStringTracking URL
Last Event DateStringDate of the last update in ISO format
Despatch DateStringDate when the package was despatched in ISO format
Tracking EventsListHistory of all the events for the package
Tracking DataObjectTracking data object

Notes