Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Script to detect shipping carrier by tracking number [closed]

I've seen several websites that can detect who is the shipping carrier based on the tracking number. Is there an open library or code somewhere that can help me achieve this?

Preferably PHP but I can probably port it if not.

like image 339
Nathan H Avatar asked Jun 22 '11 07:06

Nathan H


People also ask

How to track a shipment with a tracking number?

To track a shipment, you only need a tracking number and corresponding courier code. Below shows you how to get all supported couriers and detect courier by a tracking number. For more accurate tracking, we suggest you enter courier code field when tracking. List all supported couriers and corresponding courier code at TrackingMore.

How to get all supported couriers and detect Courier by tracking number?

Below shows you how to get all supported couriers and detect courier by a tracking number. For more accurate tracking, we suggest you enter courier code field when tracking. List all supported couriers and corresponding courier code at TrackingMore.

Can You Monitor Package tracking numbers across different logistics providers?

Monitoring package tracking numbers across different logistics providers is frustrating. Still looking for a solution to track your parcels? We have you covered. Allow us to simplify your shipment tracking across different carriers for all your parcel tracking needs.

How to find a courier and see shipment history?

Insert your Tracking Number to find a courier and see the shipment history. Tracking Number, it is a combination of numbers or numbers and letters which represents an encoded information about the shipment. It is a unique ID number or code assigned to a package or parcel.


2 Answers

See Regular Expression patterns for Tracking numbers

like image 169
Femi Avatar answered Oct 04 '22 14:10

Femi


I recently ran into the same need and have started an open source project called Argo: https://github.com/dsposito/argo

Argo determines the shipping carrier and provider (3rd party such as Endicia or Stamps.com) for a given tracking code.

like image 32
Daniel Sposito Avatar answered Oct 04 '22 16:10

Daniel Sposito