Project

General

Profile

Feature #762

Updated by Daniel Curtis about 8 years ago

This is a simple guide on how I setup FedEx shipping on Magento 1.9. 

 h2. Developer API Credentials 

 * Sign up for a "USPS Web Tools API account":https://www.usps.com/business/web-tools-apis/web-tools-registration.htm 

 * Once the form is completed and submitted, a confirmation email will be sent to the USPS registered account email address containing the necessary username and password. 

 h2. Setup FedEx API Connection 

 * Log into the Magento admin interface, https://magento.example.com/admin 

 * Go to +System -> Configuration+ and click on *Shipping Methods*. 

 * Click *USPS* to expand the settings panel. 
 *# User ID: •••••••••••• 
 *# Password: •••••••••••• 
 *# Mode: *Live* 

 * Click *Save* to apply the settings. 

 Once the production API connection has been setup, all orders will now have the shipping options provided by FedEx. 

 h2. Resources 

 * https://www.usps.com/business/web-tools-apis/welcome.htm

Back