Skip to content

Very basic class to drop into a project when you need to use the UPS API to return shipping rates.

Notifications You must be signed in to change notification settings

jonathanwkelly/UPS-Shipping-Rate-Class-Using-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This is a very simple class that uses the UPS web service to get a shipping rate. Basically, 
you pass it the shipping method you'd like to use, the destination / shipper zip codes, the 
package dimensions, and receive a shipping quote. There are plenty of values that are hard-coded 
in the XML request that could be passed in dynamically for a more robust rating process.

WHAT YOU'LL NEED
=============================================================================================

[1] A UPS account

[2] A UPS online account (get one here: https://www.ups.com/one-to-one/register) Once you create
    your online account, you'll need to link your UPS account to the online account.

[3] An API key

About

Very basic class to drop into a project when you need to use the UPS API to return shipping rates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages