-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carrier is not detected for some UPS tracking numbers #26
Comments
I don't have any record of UPS numbers besides the ones starting with |
I got that number from one of my customers, and package is actually trackable using it, as seen on the attached image: (I intentionally painted out some info for the sake of privacy). But I also don't see that kind of numbers anywhere in the documentation. Also, this code gives us a clue that there is also UPS tracking numbers starting with |
It appears the code comes from a UPS handwritten labels, also called a UPS Worldwide Services Waybill. I've seen several posts where it can start with A, H, J, K and T. See:
Another shipping website specializing in detecting tracking numbers identified 'K1506235620' (the original posters) as 1 of 4 carriers: UPS, Delnext, GLS Italy or Total Express. When testing, it shows the same list of 4 possible carriers for anything [A-Z]1506235620. |
Added support for these numbers in #59 |
Added additional support for UPS WorldWide Express Saver ("V"+10 digits) in #75 |
We need to have UPS documentation reference of their format. |
I'm not sure what you're asking here? |
There are UPS tracking numbers that look like this
K1506235620
.Expected behaviour:
Actual behaviour:
version used:
1.0.5
The text was updated successfully, but these errors were encountered: