Poste Italiane tracking URL from a tracking number

Poste Italiane (IT) tracking numbers follow this format: S10 format ending in IT. ShipShim detects the carrier from the number and returns the direct tracking link.

Example: number in, tracking URL out

Example tracking numberRR838301449IT
Tracking URLhttps://www.poste.it/cerca/index.html#/risultati-spedizione/RR838301449IT

This format is distinctive, so ShipShim identifies Poste Italiane from the bare number — no hints needed.

Get the Poste Italiane tracking link via API

curl -X POST https://shipshim.com/api/v1/track \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tracking_number": "RR838301449IT"}'

Response:

{
    "tracking_number": "RR838301449IT",
    "carrier": "Poste Italiane",
    "country": "IT",
    "tracking_url": "https://www.poste.it/cerca/index.html#/risultati-spedizione/RR838301449IT",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Poste Italiane",
            "country": "IT",
            "confidence": 100,
            "tracking_url": "https://www.poste.it/cerca/index.html#/risultati-spedizione/RR838301449IT"
        }
    ]
}

Get a free API key   Read the API reference — the free tier includes 100 calls/month.

Related carriers

Browse all supported carriers →