Skip to content

Installation Instructions

Scott C Wilson edited this page Feb 12, 2024 · 16 revisions

Installing this module requires a FedEx Developer account, which is used to create a FedEx API Key and Secret Key. There are a number of steps here, and these screens may change over time. Contact your FedEx account rep if you need help.

Before you start, be sure you have your FedEx account number and billing address handy.

If you'd like to express your appreciation for this software, you may donate here.

Installing this module in your cart

  • ftp the two PHP files to your cart.
    • includes/languages/english/modules/shipping/fedexrest.php
    • includes/modules/shipping/fedexrest.php
  • In your Admin panel, go to Modules > Shippping, select FedEx REST, and press the install button
  • Set the parameters as desired. Instructions for getting the API Key and Secret Key are below.

Getting FedEx Credentials

step1 step2
  • Answer the Questions in the Create an Organization form as follows:
    • I NEED API ACCESS BECAUSE: I work for a company that ships with FedEx and needs to integrate FedEx APIs into their system.
    • Company Name and Company Website - your name and URL
    • Organization Name - Pick a name, such as " Zen Cart"
    • Skip the Invite Users step.
step3
  • At this point, you may have to create a Shipping Account if you do not have one set up with FedEx. You will need your account number and billing address to do this.
fedex_add_shipping_account
  • On the next page, Create a Project (you may also do this by clicking the My Projects link on the Purple sidebar menu).
    • I work for a company that: Ships with FedEx and needs to integrate FedEx APIs into their system.
    • Project Name - pick a name such as " Zen Cart"
    • In the Select APIs area, check "Rates and Transit Times."
step4 step4b

Click the "I understand" button on the confirm popup.

  • Accept Terms on the next page

  • On the Configure your Project page, select the countries you ship to and press the Create button.

  • On the Project Overview page, click the Production Key tab. You will have to create a shipping account if you don't have one. Click "Add an Account" to do this. You will need your account number and billing address.

step5
  • You may have to refresh the page after creating an account, which will happen in a separate tab.
  • Click the "Create" button once everything is done, and you'll get your production keys.
keys

You now have an API Key and Secret Key. Use these in the configuration screen for Zen Cart FedEx REST Shipping.

Clone this wiki locally