Skip to content

A ColdFusion/Lucee CFC to parse tracking numbers and find the shipping carriers UPS, FedEx or USPS.

Notifications You must be signed in to change notification settings

shawn-ortis/shipping-carriers.cfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

shipping-carriers.cfc

A ColdFusion/Lucee CFC to parse tracking numbers and find the shipping carriers UPS, FedEx or USPS.

Example:

getCarriers = new shipping_carriers();
carrierName = getCarriers.getShipperName(trackingNumber='Your Tracking NUmber');
dump(carrierName);

About

A ColdFusion/Lucee CFC to parse tracking numbers and find the shipping carriers UPS, FedEx or USPS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published