|
Coldfusion custom tag handle all your Shipping Rate, Tracking, Register and Proof of Delivery requests using Fedex XML e-commerce tools.ldfusion custom tag handle all your Shipping Rate, Tracking, Register and Proof of Delivery 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.
*This has only been tested with accessing the API setup for US origin shipping
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"
> |
|
|