Coldfusion custom tag handle all your Shipping Rate, Tracking & Register requests using DHL/Airborne 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.
Usage Example:
<cf_adminpro_AirborneXML
function="rateRequest"
AccountNumber="Your Airborne Account Number"
UserID="Your Airborne UserID"
Password="Your Airborne Password"
ShipppingKey="Your Airborne Shipping Key"
ServiceType="G"
ShipperCity="Atlanta"
ShipperState="GA"
ShipperZip="30324"
ShipperCountry="US"
ShipToCity="Los Angeles"
ShipToState="CA"
ShipToZip="90046"
ShipToCountry="US"
PackageWeight ="5"
PackageType="P"
PackageLength="10"
PackageWidth="8"
PackageHeight="12"
> |
|
|