<iframe>
. The embed shows the courier’s position on a live map together with real-time status updates—no backend work required on your side.
1) Pick the correct base URL
Environment | Base URL |
---|---|
Production | https://tracking.usenash.com/ |
Sandbox / Test | https://tracking.sandbox.usenash.com/ |
2) Add the required path parameter
The last segment of the URL must be apackageId
or a jobId
(both work—use whichever you have on hand):
3) Optional: map-only mode
If you want to present just the live map without the details pane, add thecomponents
query parameter with value map
:
Complete example
Note
For production traffic we strongly recommend using the HTTPS endpoint (https://tracking.usenash.com
) to ensure end-to-end encryption.
4) Reference
Parameter | Location | Required | Description |
---|---|---|---|
/{packageId} or /{jobId} | Path | Yes | Unique identifier you receive from the Nash API. |
components | Query | No | When set to map , hides the details panel. |
5) Need something richer?
The iframe approach covers the majority of use-cases, but Nash also supports deeper, fully customizable embeddings—for example:- Pushing live status events directly into your own components
- Re-skinning the UI to match a bespoke design system
- Embedding only selective widgets (ETA chip, progress bar, etc.)
✨ Drop the iframe into your product and let Nash handle the live-tracking magic.