How to Download & Install FedEx Shipping Rates, Labels & Tracking Magento 2.0 Extension?
This article gives you step-by-step instructions to install Magento 2.0 FedEx Shipping Rates and Label extension.
Steps to Install the Extension:
- Get the folder containing the extension
- Move to app folder from Magento root. Create a folder code inside the app.
- Copy the extension folder you into the code folder.
- Login to your SSH. Navigate to bin folder from Magento root.
- In the terminal, Run
./magento module:status
. You can see the extension under the list of disabled modules.

- Run
./magento module:enable module_name
to enable the extension.

- Run
./magento module:status
to see the extension listed under enabled modules.

- Run
./magento setup:upgrade
to upgrade the extension.

- Run
./magento setup:di:complie
to finish installation

- After this, Login as Magento admin and navigate to Stores > Configuration > Sales > Shipping Methods. There you can find the newly installed Magento 2.0 extension.
