[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: UPS Cost Rate Freight using HTTPAPI



We have been working on a project that uses this for several months.  We are
using package rating for UPS as well as LTL freight rating for UPS-Freight
(formerly Overnite).  They are different web services that require differing
approaches.  For the Package rating they will accept either a SOAP or REST
request but for the LTL rating it is strictly SOAP.

Both require that you register and request an Access Key to the test server.
The LTL rating actually requires that you then run a test case and use the
results to request access to the production server.

It sounds to me like you are most interested in the Package rating.
Attached is a sample of the XML we are sending.  We are building it in calcs
similar to Scott's Example 16 from version 1.21.

Alvin
Alvin Strasburger
Printgear Sportswear
Phone    803-744-2310
Toll Free 800-763-7763
mailto:alvins@xxxxxxxxxxxxx
www.printgear.com

-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of J. Carlos Lugo
Sent: Thursday, August 19, 2010 1:57 PM
To: 'HTTPAPI and FTPAPI Projects'
Subject: RE: UPS Cost Rate Freight using HTTPAPI

Freight Cost rate, we want to know the cost of freight to send a package
from our address to the customer address

Thanks

-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Alvin
Strasburger
Sent: Thursday, August 19, 2010 10:40 AM
To: HTTPAPI and FTPAPI Projects
Subject: RE: UPS Cost Rate Freight using HTTPAPI

Package rating or freight rating?

Alvin
Alvin Strasburger
Printgear Sportswear
Phone    803-744-2310
Toll Free 800-763-7763
mailto:alvins@xxxxxxxxxxxxx
www.printgear.com

-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of J. Carlos Lugo
Sent: Thursday, August 19, 2010 1:23 PM
To: 'HTTPAPI and FTPAPI Projects'
Subject: UPS Cost Rate Freight using HTTPAPI

Have any body done the UPS API for Rate using HTTPAPI, not tracking but the
Cost Rate for Freight and if possible to get the source code

Please advice

Thank you


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
<?xml version="1.0"?><AccessRequest xml:lang="en-US"><AccessLicenseNumber>xxxxxxxxxxxxxxxx</AccessLicenseNumber><UserId>useridxxx</UserId><Password>passwordxxx</Password></AccessRequest><?xml version="1.0"?><RatingServiceSelectionRequest xml:lang="en-US"><Request><TransactionReference><CustomerContext>Complex Rate Request</CustomerContext><XpciVersion>1.0001</XpciVersion></TransactionReference><RequestAction>Rate</RequestAction><RequestOption>Rate</RequestOption></Request><PickupType><Code>01</Code></PickupType><Shipment><Shipper><Name>PRINTGEAR II</Name><ShipperNumber>69F8A4</ShipperNumber><Address><City>OXNARD</City><StateProvinceCode>CA</StateProvinceCode><PostalCode>93030</PostalCode><CountryCode>US</CountryCode></Address></Shipper><ShipTo><Address><PostalCode>93063</PostalCode><StateProvinceCode>CA</StateProvinceCode><CountryCode>US</CountryCode></Address></ShipTo><ShipmentWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>104</Weight></ShipmentWeight><Service><Code>03 </Code></Service><Package><PackagingType><Code>02</Code></PackagingType><PackageWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>038</Weight></PackageWeight><PackageServiceOptions><InsuredValue><MonetaryValue>319.40</MonetaryValue></InsuredValue></PackageServiceOptions></Package><Package><PackagingType><Code>02</Code></PackagingType><PackageWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>040</Weight></PackageWeight><PackageServiceOptions><InsuredValue><MonetaryValue>237.08</MonetaryValue></InsuredValue></PackageServiceOptions></Package><Package><PackagingType><Code>02</Code></PackagingType><PackageWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>026</Weight></PackageWeight><PackageServiceOptions><InsuredValue><MonetaryValue>153.60</MonetaryValue></InsuredValue></PackageServiceOptions></Package><RateInformation><NegotiatedRatesIndicator></NegotiatedRatesIndicator></RateInformation></Shipment></RatingServiceSelectionRequest>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------