Search code examples
coldfusionfedex

Coldfusion function for fedex shipping calculation


How to calculate fedex shipping charges based on weight, for fedex ground or fedex overnight. I need CF functions to do at the time of checkout in an e-commerce site.


Solution

  • Try the following component.

    cffedexrates - ColdFusion FedEx Shipping Rates

    Coldfusion component for calculating shipping rates from FedEx -- simply supply the value, weight and addresses and it returns the type (Overnight Priority, Standard Overnight, 2-day, etc) and it's cost.

    hope this helps