|
Coldfusion custom tag handle all your Shipping Rate, Tracking and Register requests using Fedex XML e-commerce tools. 1 simple call with this tag provides you with a wealth of returned variables and queries to effortlessly use in your online applications.
*Important note when testing the demo, Fedex rates your package based on your account number's address and meter number as being the origin of the shipment.
You must register with Fedex for access to their XML API before using our custom tag (it will not function without registration). We provide a simple registration form that can be used to perform a real-time registration.
Full List of functions provided by this tag
- RegisterRequest (Register your account with Fedex for access to their XML API's)
- RateRequest (Live rate quotes directly from Fedex , as specified by Fedex the values returned are considered “courtesy rate quotes” and may
differ from the actual amount invoiced depending upon the specific circumstances regarding the shipment.). This powerful requests a coldfusion query containing up to 81 columns with every rate related piece of data imaginable including base rate, your discounted rate, all applicable surcharges, the zone, whether DIM weight was applied to this rate quote, the currency code, rate scale and much more!
- ServicesAvailRequest (Returns which FedEx Express services are available between a given origin and destination. An ColdFusion query is returned containing 20 columns of data for each service available. Columns include Service, Packaging, Delivery Date, Delivery Day, Time In Transit, Rate Zone, Freight Charges and more).
- TrackRequest (Returns detailed tracking information for a supplied tracking number. Result a list of simple variables such as Service, Ship Date, EST Delivery Date and others, if a scan history for this shipment is available then an additional ColdFusion query containing full information about every scan history record is also available for output)
*This has only been tested with accessing the API setup for US origin shipping
A Premium version is also available of this tag if you have a need to create Live Shipping labels or Signature Proof Of Delivery letters
Usage Example:
<cf_adminpro_FedexXML
function="rateRequest"
FedexIndentifier="Your Fedex Identifier"
AccountNumber="your Fedex Account Number"
ServiceLevel="Fedex 2-Day"
ShipperZip="30324"
ShipperState="GA"
ShipperCountry="US"
ShipToZip="90046"
ShipToState="CA"
ShipToCountry="US"
PackageWeight="5"
PackageLength="10"
PackageWidth="8"
PackageHeight="1"
DeclaredValue="90"
CurrencyCode="USD"
SaturdayDelivery="1"
Packaging="Your Packaging"
> |
|
|