• Home
  • Small bag
  • Air transport
  • Sea freight
  • Starlink box
  • EDM
  • Resource
  • English

Free query widget

Insert a query widget into your page and immediately enjoy free globally track postal packages and logistics queries.

  • Sample One
  • Sample Two
  • Sample Three
  • Sample Four
  • shopify
  • Shoplazza
  • Shopline
  • Shoptop

To track a postal package or track any parcel, you typically need to follow these steps:

  • Obtain the delivery tracking number. You should have a tracking number provided by the postal service, courier, or logistics company responsible for handling the shipment. This delivery tracking number is unique to your package and allows you to monitor its status.
  • Enter the delivery tracking number. Enter the tracking number you received for your parcel into the appropriate field on the carrier's website or tracking page.
  • Track a postal package or any parcel. Once you've entered the tracking number, click the "Track" button to retrieve the latest information on the package's location and delivery status.
  • Check the Updates: The tracking system will provide updates on the package's journey, including when it was shipped, its current location, and the expected delivery date.

Suppose you have concerns or need assistance with tracking a package. In that case, it's best to contact the postal service, courier, or logistics company directly, providing them with the relevant delivery tracking number for further assistance.

Example effect
Search
Sample: 92001902871743544604781602
Call code
  • <style type="text/css">
  • @import url('https://static.track718.net/static/externalcall.css');
  • </style>
  • <div class= "input-box">
  • <!--Order number input box-->
  • <input type= "text" id ="Track718Num" maxlength ="50" value = "92001902871743544604781602"/>
  • <!--Button used to call script methods-->
  • <div class="btn" onclick="doTrack()">
  • <img src="https://static.track718.net/static/search.png">
  • </div>
  • </div>
  • <!--Container for displaying query results-->
  • <div id="Track718Container"></div>
  • <!--Script code can be placed at the bottom of the page and executed at the end of the page-->
  • <script type="text/javascript" src="https://static.track718.net/static/externalcall.js"></script>
  • <script type = "text/javascript">
  • function doTrack(){
  • var num = document.getElementById("Track718Num").value;
  • if(num === ""){
  • alert("Enter your number.");
  • return;
  • }
  • Track718.trackSingleM1({
  • // Required, specify the container ID for the carrier content
  • containerId: 'Track718Container',
  • // Required, specify the number to be tracked
  • num: num,
  • // Optional, select operator, default to automatic recognition.
  • carrierId: '0',
  • // Optional, customize the class name.
  • className: '',
  • // Optional, specify height, default to 800px.
  • height: 800,
  • // Optional, specify UI language, en=English, cn=Simplified Chinese default value is: cn
  • lang: 'en',
  • // Optional, specify source
  • source: ''
  • })
  • }
  • </script>
Copy Code