Automated FedEx live/manual rates with shipping labels – HPOS supported

Plugin Banner

Automated FedEx live/manual rates with shipping labels – HPOS supported

by Aarsiv Groups

Download
Description

FedEx shipping plugin, Integrate the FedEx for Domestic and international Shipping. According to the destination, We are Providing all kind of FedEx Services.

Calculate shipping costs in real time through the FedEx’s online quote, based on the products of the cart and the postal codes of origin and destination. It also shows the estimated delivery times based on the moment of calculation.

Trusted shipping costs obtained directly from FedEx, with different variants or types of services available.
In case your products do not have dimensions or weight, the module allows you to set dimensions and weight of customized products to calculate the shipping costs.
Option to add an impact or adjustment to the shipping costs displayed by the carrier before showing it to the customer.
Improve the shopping experience by allowing you to show estimated delivery times.
Simple configuration focused on obtaining accurate and adjusted shipping costs for your business model.
At the moment, no type of contract with the provider is required to make use of this module.
No override files are required for proper functionality of the module.

Our Guarantees

  • All our developments are validated by A2Z Group Team.
  • Support warranty in the plugin’s bugs.
  • We can customize the module or make the necessary modifications. Contact us to request an estimate.

Features

  • Fedex shipping plugin supports SOAP API
  • Fedex shipping plugin supports REST API
  • Calculates shipping costs in real time through the FedEx online quote service.
  • Use of cache in the results to improve the loading speed of the site and to make calculation of the costs only when there is a change in the shopping cart.
  • Shipping costs based 100% on the zip code.
  • Compatible with orders generated directly from the Back Office.
  • Option to perform shipping cost calculations only on the order confirmation page to improve site navigation performance.
  • Option to specify the post code of origin for shipments.
  • The Shipping cost can be determined in 2 different ways:
    1). Based on weight and cubic volume.
    2). Based on weight and an optimized three-dimensional volume, which simulates the packaging of all products in a 3D box.
  • Option to set custom dimensions for your products to be used when calculating shipping costs.
  • Option to establish a custom weight for your products to be used when calculating shipping costs.
  • Option that allows you to establish an impact on the cost of the shipment before showing it to the customer.
  • Option to show estimated delivery times at checkout in each of the available services, with multiple customization options that will allow you to provide even more accurate estimated times.
  • Multi-currency compatible.
  • Multi-store compatible.
  • Full and detailed documentation.

Where to get API Credentials

Our module support SOAP and REST API’s.
* To create SOAP API credentials, You have to follow the steps from here [https://www.fedex.com/en-us/developer/web-services.html].
* To create REST API credentials, You have to check here [https://developer.fedex.com/api/en-us/catalog/authorization/docs.html].

FAQ’s

Q). Do I need credentials provided by FedEx to use the module?
A). Yes, this module makes the estimates directly from the FedEx’s online Account.

Q). Does it work with other currencies?
A). Yes, Its done by hooks.

Q). Are the prices updated?
A). Yes, costs are obtained directly from FedEx’s online quote in real time.

Q). Is it compatible with other carrier modules?
A). Yes, it is completely compatible.

What your customers will like

  • Knowing the cost of shipping in real time based on the products of the shopping cart and the delivery address, as well as knowing at the time the estimated delivery times, undoubtedly generates greater confidence to the customer and helps closing the sale.
  • Reduce communication time with the store manager.
  • It has a greater list of options for shipping services.

Recommendation

  • It is mandatory that your products have specified dimensions and weight in the “Shipping” tab within the product edition, or that you use the module options to consider these custom values ​​at the time of calculation.
  • The quotation system only works for addresses in Anywhere.
  • The quotes are based on postal codes, it is mandatory to have this option active in your country settings.

Useful filters

1) Filter to adjust shipping cost

add_filter(‘hitstacks_fedex_shipping_cost_conversion’,’fedex_shipping_cost_conversion’,10,1);
function fedex_shipping_cost_conversion($ship_cost){
return $ship_cost+1000;
}

2) Filter to set Flat rate

function fedex_shipping_cost_conversion($ship_cost, $pack_weight = 0, $to_country = ”, $rate_code = ”){
$sample_flat_rates = array(“GB”=>array( //Use ISO 3166-1 alpha-2 as country code
“weight_from” => 10,
“weight_upto” => 30,
“rate” => 2000,
“rate_code” => “INTERNATIONAL_FIRST”, //You can add fedex service type here. Get this from Fedex Dev docs – Appendix -> Service Types
),
“US”=>array(
“weight_from” => 10,
“weight_upto” => 30,
“rate” => 5000,
),
);

if(!empty($to_country) && !empty($sample_flat_rates)){
if(isset($sample_flat_rates[$to_country]) && ($pack_weight >= $sample_flat_rates[$to_country][‘weight_from’]) && ($pack_weight <= $sample_flat_rates[$to_country][‘weight_upto’])){
$flat_rate = $sample_flat_rates[$to_country][‘rate’];
return $flat_rate;
}else{
return $ship_cost;
}
}else{
return $ship_cost;
}

}
add_filter(‘hitstacks_fedex_shipping_cost_conversion’,’fedex_shipping_cost_conversion’,10,4);

3) Set specific service as default on checkout

add_filter(‘hitshipo_fedex_default_rate_service’, ‘hitshipo_fedex_default_rate_service_fun’, 10, 3);
function hitshipo_fedex_default_rate_service_fun($default=”no”, $service_code=””, $dest_country=””){
if(($dest_country==”CA”) && ($service_code==”FEDEX_INTERNATIONAL_PRIORITY”)){
$default = “yes”;
}
return $default;
}

(Note: Flat rate filter example code will set flat rate for all fedex carriers. Have to add code to check and alter rate for specific carrier.
While copy paste the code from worpress plugin page may throw error “Undefined constant”. It can be fixed by replacing backtick (`) to apostrophe (‘) inside add_filter())

About FedEx

FedEx Corporation is an American multinational courier delivery services company headquartered in Memphis, Tennessee. The name “FedEx” is a syllabic abbreviation of the name of the company’s original air division, Federal Express, which was used from 1973 until 2000.

About [Shipi](https://myshipi.com/)

We are Web Development Company in France. We are planning for High Quality WordPress, Woocommerce, Edd Downloads Plugins. We are launched on 4th Nov 2018.

What a2Z Plugins Group Tell to Customers?

“Make Your Shop With Smile”

  1. Fedex integration settings.

    Fedex integration settings.

  2. Configure Shipper Address.

    Configure Shipper Address.

  3. Configure Rates, packing algorithm.

    Configure Rates, packing algorithm.

  4. Shipping label configuration.

    Shipping label configuration.

  5. Sample Rates, Labels.

    Sample Rates, Labels.

  6. Tracking Automations.

    Tracking Automations.

  7. Create manual label/view label on edit order page or Shipi.

    Create manual label/view label on edit order page or Shipi.

  8. Best support & Open to customizations.

    Best support & Open to customizations.

Very useful plugin and excellent service

By frankjiaqi on March 19, 2025

I encountered numerous troubles at the beginning and had to send emails for assistance. Thanks to the gradual troubleshooting by the staff, the issue was successfully resolved. Among all the similar plugins I have used, only this one worked. I am extremely grateful to the staff!<font _mstmutation="1"></font>

Lack of documentation

By stylise on January 31, 2025

There's no publicly available documentation. After spending a non-insignificant amount of time generating keys and setting up this plugin, I can't get it to fetch or display rates.

Edit: I did manage to get it working, so I updated my rating. I'm still docking 1 star for the lack of documentation or tooltips.

Great plugin with amazing team

By abhishekclover on May 13, 2024

It's a perfect plugin to fulfil my requirements for shipping, I have faced some issues while configuring it, but the team is very agile, they resolved my issue within couple of hours.

Thanks, great job done by you guys!

Nice tool

By raducocian on May 26, 2023

Does what's expected to do

Radu

REALLY THE BEST LIVE SHIPMENT RATE PLUGIN

By jadniche on March 27, 2023

I tried other two popular plugins for fedEx and they just trash and this one did the work so easily, and i did not know how to confiqure and the support team really did all the work for me. just amazed, definitely trying premium plan.

Customer Service Very Helpful

By amyjoler23 on May 23, 2024

The plugin wroks great. I had some trouble setting it up but customer service responded quickly and fixed all my issues. Excellent customer service

Best FedEx Live Rates Plugin - Period

By KingFisher (thekingfisher) on August 12, 2022

Firstly, this plugin is the only FedEx integration plugin that does not hide box/parcel formatting behind a paywall. Secondly, it has every feature you could want. Every time I thought of something I would like to do or implement, I found it. Lastly, the support provided by HITShipo is top tier! I sent through a support ticket last night on their website, to arrive at work this morning and find a response already. They then assisted me immediately with a request I thought would be declined. Ultimately, the features and response time provided by HITShipo are worthy of praise. This is in fact the first rating I am doing purely because they have had such an impact with their service.

Good service and lots of potential

By twofivevictor on March 18, 2021

Note: Still testing. The setup can be a little bit confusing at first but the support team goes the extra mile to get things sorted out for you fairly quick. We are still in testing phase but the plugin shows lots of potential and could be a great time saver for those who ship a lot in a daily basis.

The BEST customer service

By printingdash2019 on March 12, 2021

This Team is amazing, they not only provide a particularly good solution but also give you the best support after you get the Fedex plug-in. Personally, I have some issues starting the plug-in for lack of knowledge, they verify the cause and let me know that the problem was with the authentication process. Then I corrected with Fedex and everything move smooth. But the best was that I have a specific requirement with the shipping cost for certain areas and sale amount. They work amazingly fast to provide me the solution. They are not only professionals, but also polite and friendly. They really want to help. I recommend them 100%.

Awesome Support

By venu05 on January 26, 2021

Customer Support solved the issue within 10 mins... Plugin Works Great...

5.1.9

> [New] Added setting synchronization.

5.1.8

> [New] Added new field in settings page (show all services in order edit page).

5.1.7

> [New] Added new filter.

5.1.6

> Bug Fixes.

5.1.5

> Bug Fixes.

5.1.4

> [New] Load order to shipi.

5.1.3

> Bug Fixes.

5.1.2

> [New] Download settings added.

5.1.1

> UI Bug Fixes

5.1.0

> Config page redesigned and bug fixes.

5.0.10

> [Bug Fix] Virtual product issue is fixed.

5.0.9

> [New] Added Label format PDF and ZPL.

5.0.8

> [New] New services added.

5.0.7

> [New] Other charged handled from tax.

5.0.6

> [New] Added new filter.

5.0.5

> [DOC] Doc URL Updated.

5.0.4

> [Update] Advanced Flat Rate hook is introduced. 

5.0.3

> [New] Flat Rate hook is introduced. 

5.0.1, 5.0.2

> [Updating] while update plugin migrate to new table optimization added. 

5.0.0

> [Optimization] We are moving our all previous data to seprate table. This improve the site speed. 

4.8.0

> [Added] Given new options to tracking API details.

4.7.10, 4.7.11

> [Added] New currency added.

4.7.9

> [clear] New WordPress version tested.

4.7.8

> [clear] Removed some unusual fields now.

4.7.7

> [Imporvement] Handled virtual products have to be skipped.

4.7.6

> [Bug Fix] currency conversion issue solved. now this will take a order currecy and convert to the fedex currency. 

4.7.5

> [New] If company name is not found, then we sent full name as company name. Previouslly, we sent the first name alone. 

4.7.4

> [New] Handled the discount as handling cost.

4.7.3

> [Bug Fix] Order total is change while invoice.

4.7.2

> [New] Improvement on Shipping label generation UI.

4.7.1

> [New] ship price and Order product info fetching ability improved.

4.7.0

> [New] Tracking UI Modified
Back to top