🎯 Exemples recommandés
Balanced sample collections from various categories for you to explore
Exemples de Numéros de Suivi
Collection de numéros de suivi des principaux transporteurs mondiaux pour les tests de validation
📝 Numéros de Suivi par Transporteur
🟢 simple
Numéros de suivi valides de FedEx, UPS, USPS, DHL et SF Express
# Tracking Number Samples
# Copy a tracking number to test the Tracking Number Validator
# ============================================
# FEDEX 联邦快递
# ============================================
# FedEx Express (12 digits) - Standard
123456789012
987654321012
# FedEx Express (15 digits) - Express
123456789012345
612345678901234
# FedEx Ground (14 digits) - Ground shipping
12345678901234
98765432101234
# FedEx Ground (20 digits) - Ground/Home Delivery
12345678901234567890
60012345678901234567
# FedEx SmartPost (22 digits) - Starts with 92/93/94/95/96
9201234567890123456789
9312345678901234567890
9412345678901234567890
9512345678901234567890
9612345678901234567890
# ============================================
# UPS 联合包裹
# ============================================
# UPS Standard (18 digits) - Starts with 1Z
1Z999AA10123456784
1Z12345E1512345678
1Z999AA10123456767
# UPS Mail Innovations (20 digits)
M1234567890123456789
H9876543210987654321
# UPS Freight (20 digits) - 3 letters + 17 digits
ABC12345678901234567
XYZ98765432109876567
# ============================================
# USPS 美国邮政
# ============================================
# USPS 20-digit - Starts with 91/92/93/94/95 + 18 digits
94001118992222334455
91011234567890123456
92012345678901234567
93012345678901234567
95012345678901234567
# USPS 20-digit - Other prefixes
82123456789012345678
71123456789012345678
# USPS 22-digit
9400111899222233445555
7012345678901234567890
# USPS 26-digit
94001118992222334455
70123456789012345678901234
# USPS International (13 characters) - 2 letters + 9 digits + 2 letters
US123456789US
GB123456789GB
# ============================================
# DHL 敦豪快递
# ============================================
# DHL Express (10 digits)
1234567890
9876543210
# DHL Express (11 digits)
12345678901
98765432109
# DHL eCommerce (18-20 digits) - Starts with GM
GM12345678901234567
GM987654321098765432
# DHL Parcel (12 digits)
123456789012
987654321099
# ============================================
# SF Express 顺丰速运
# ============================================
# SF Express Standard (12 digits)
123456789012
987654321099
# SF Express International (13 alphanumeric)
SF123456789012
SF987654321099
# SF Express (starts with SF, 12-15 digits total)
SF0123456789
SF0123456789012
SF0123456789012
# ============================================
# INVALID EXAMPLES (for testing)
# ============================================
# Too short
123456
1Z999AA1
92012345
# Too long (beyond standard formats)
123456789012345678901234567890
# Invalid format
ABCDEFGHIJKL
1Z999AA1012345678! (invalid character)
1234-5678-9012 (invalid format)
# FedEx - Invalid checksum
123456789012 (checksum may fail)
111111111111
# UPS - Invalid checksum
1Z999AA10123456789 (checksum may fail)
1Z1111111111111111
# USPS - Wrong prefix
99123456789012345678 (99 is not a valid prefix)
96123456789012345678 (96 is not a valid prefix)
# DHL - Too long
123456789012
GM123456789012345678901
# SF Express - Invalid prefix
XX1234567890 (XX is not SF)
SF (only SF, no digits)
# Invalid carrier code formats
ABC-123-DEF
TRACK123456789
PKG-123-456-789