APG eCommerce Solutions tracking URL from a tracking number
APG eCommerce Solutions (international) tracking numbers follow this format: 2 digits + 3 letters + 7 digits. ShipShim detects the carrier from the number and returns the direct tracking link.
Example: number in, tracking URL out
| Example tracking number | 88KKK8888888 |
|---|---|
| Tracking URL | https://apgecommerce.com/track/ |
This number format is shared by 9 other carriers. ShipShim still returns
APG eCommerce Solutions in the ranked matches list from the bare number, and locks onto it (confidence 100) when you
pass carrier=APG eCommerce Solutions or a country hint.
Get the APG eCommerce Solutions 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": "88KKK8888888", "carrier": "APG eCommerce Solutions"}'
Response:
{
"tracking_number": "88KKK8888888",
"carrier": "APG eCommerce Solutions",
"country": "INT",
"tracking_url": "https://apgecommerce.com/track/",
"confidence": 100,
"matches": [
{
"carrier": "APG eCommerce Solutions",
"country": "INT",
"confidence": 100,
"tracking_url": "https://apgecommerce.com/track/"
}
]
}
Get a free API key Read the API reference — the free tier includes 100 calls/month.
Related carriers
- DHL Express tracking URL (INT)
- Aramex tracking URL (INT)
- TNT tracking URL (INT)
- GLS tracking URL (INT)
- DPD tracking URL (INT)
- GECEX tracking URL (INT)