Track Your Shipment

Get real-time updates on your cargo location and delivery status. Enter your AWB or consignment number below to track your shipment.

Track Your Shipment

Enter your tracking number to get real-time updates

Your tracking number can be found on your shipping receipt or booking confirmation.
Sample Tracking Numbers:

Need Help?

Call Us

Speak to our customer service team for assistance:

+91-9876543210
Email Support

Send us your tracking details and we'll help you:

support@sheetlafreight.com
SMS Updates

Get automatic SMS updates on your mobile phone for all your shipments.

Tracking Results

Enter Tracking Number

Enter your AWB or consignment number in the form to view real-time tracking information.

Tracking Features

Real-time Location

GPS tracking with live location updates

Status Notifications

Automatic SMS and email updates

Complete History

Detailed timeline of your shipment journey

ETA Updates

Estimated delivery time calculations

API Integration Notes

Current Implementation
  • Sample tracking data for demonstration
  • Client-side validation and error handling
  • Responsive timeline display
  • Mock API responses for testing
Backend Integration Required
  • Endpoint: GET /api/track?awb={tracking_number}
  • Response Format: JSON with status and timeline data
  • Authentication: API key or JWT token
  • Rate Limiting: Implement to prevent abuse
Sample API Response Structure:
{
  "success": true,
  "data": {
    "awb": "TRN123456789",
    "status": "In Transit",
    "pickup_date": "2024-01-15",
    "estimated_delivery": "2024-01-17",
    "timeline": [
      {
        "status": "Shipment Received",
        "date": "2024-01-15T10:30:00Z",
        "location": "Mumbai Hub",
        "description": "Package received and processed"
      },
      {
        "status": "In Transit",
        "date": "2024-01-15T14:20:00Z",
        "location": "Mumbai → Delhi",
        "description": "Package in transit to destination"
      }
    ]
  }
}

Tracking Status Guide

Understand what each tracking status means for your shipment.

Shipment Received

Your package has been received at our facility and is being processed for dispatch.

In Transit

Your package is on its way to the destination and is being transported by our logistics network.

Out for Delivery

Your package has reached the local delivery hub and is out for final delivery to your address.

Delivered

Your package has been successfully delivered to the recipient with proof of delivery.