Questions tagged [fedex]

Describes how to use Web services to design and deploy applications enabled by FedEx.

FedEx Corporation, originally known as FDX Corporation, is an American global courier delivery services company.

This topic can be helpful for the application developer who uses web services to design and deploy applications enabled by FedEx.

It describes how to get started with application development and how to use the Application Programming Interface (API).

It also describes each available service in addition to the business logic that drives each FedEx process.

Useful links:

454 questions
0
votes
0 answers

fedex integration failed in magento

In magento i integrated fedex with specified details In my var flder there have a file with name as : shipping_fedex.log And it have errors are: [result] => Array ( [error] => SSL support is not available in this build …
Kichu
  • 3,284
  • 15
  • 69
  • 135
0
votes
1 answer

What are the attributes that are need to Send with this FEDEX shipping script?

could any one please tell me what are the attributes that are send with $ship_data ? I am too confused about it. I know that ORIGIN ADDRESS, DESTINATION ADDRESS, NAME etc.. need to be send. But how the data should be aligned. Like name is FIRST,…
Fero
  • 12,969
  • 46
  • 116
  • 157
0
votes
3 answers

Could any one explain What is FEDEX ACC # and Meter # in FEDEX Integration

ship file is: include('fedexdc.php'); // create new fedex object //$fed = new FedExDC('FedEx ACC #','Meter #'); $fed = new FedExDC('...','...'); // removed possible personal data $ship_data = array( 75=> 'LBS' ,16=> 'Ma' ,13=> '' ,5=> '' ,1273=>…
Fero
  • 12,969
  • 46
  • 116
  • 157
0
votes
5 answers

Debugging Web Services in Visual Studio

I am trying to use sample FedEx Web Service code written in VB.NET to retrieve shipping rates. The call returned rate information, but it returned rates that are way too high and do not match those shown on their web site for the same shipping…
Chad
  • 23,658
  • 51
  • 191
  • 321
0
votes
1 answer

Fedex Freight LTL using active_shipping gem (Rails)

Pretty simple question...does active_shipping support Fedex Freight shipments? I've looked and can't seem to find the answer in their documentation. https://github.com/Shopify/active_shipping If I can be pointed in the right direction I should be…
Jamon Holmgren
  • 23,738
  • 6
  • 59
  • 75
0
votes
1 answer

Is there a way to add tracking information from our Fedex account to Magento via the API?

We don't originate the shipments, our suppliers ship on our behalf using our account number and a reference number. Thank you!
user1422635
  • 21
  • 1
  • 5
0
votes
1 answer

Adding weight and volume to woocommerce products

I'm trying to configure the FedEx plugin on my woocommerce installation. According to the woocommerce documentation: http://wcdocs.woothemes.com/user-guide/extensions/shipping-methods/fedex/ The FedEx Shipping Extension only works when your…
Yev
  • 2,051
  • 9
  • 27
  • 46
0
votes
1 answer

Working with FedEx API and .Net

I am trying to get a list of rates for all available services from FedEx using 1 call, and having a tough time with their documentation. Anyone have some code snippets of how you interfaced with them? .Net code is preferable but anything will help…
Caleb Elston
  • 575
  • 1
  • 9
  • 9
0
votes
1 answer

FEDEX Rates API - parse soap response

I am using the FEDEX Rates API and have the following SOAP response. I have never parsed soap before and below is my attempt but I have no results. Can anyone assist?
LeeTee
  • 6,401
  • 16
  • 79
  • 139
0
votes
1 answer

Fedex Webservices XML Error

Im sending a XML request to Fedex Webservices to create a COD label, using EXPRESS services. The following XML request works for GROUND services, but it doesnt for EXPRESS. I get following, here's the debug information. Where exactly is the package…
Daniel Adarve
  • 141
  • 1
  • 4
  • 13
0
votes
1 answer

FedEx setup in Magento 1.7, Canadian Postal Code

I'm trying to set up FedEx shipping on my Magento cart 1.7.0.2, and I have entered all the information, such as the weight of the product, my own shipping address, as well as all the information I have received from Fedex.com/developer (KEY, Meter…
Xero1
  • 329
  • 4
  • 18
0
votes
1 answer

Is there a service that offers me shipping information on demand?

I have multiple buyers and sellers in an app and I want to dynamically calculate the cost (and time) for the most popular shipping providers in the US (FedEx & UPS - DHL and USPS would be awesome too, but not required). Is there some sort of API…
marcamillion
  • 32,933
  • 55
  • 189
  • 380
0
votes
1 answer

Proper way to connect FedEx Web Services and SaaS

From what I learned so far the FedEx require each customer to sign up for FedEx Web Services which is very developer specific and not quite obvious for certain customers. I'm curious if there is a better way to connect FedEx services with a…
wik
  • 2,462
  • 1
  • 24
  • 29
0
votes
1 answer

How to generate the CSP Key and CSP Password for FedEx Shipping Web Service?

I need to generate the waybill by using the FedEx Web Services. I have found the following piece of code that is the XML SOAP request for generating the waybill. xmlReq = "" &_ "
Mansi Desai
  • 227
  • 6
  • 17
0
votes
2 answers

Rating is temporarily unavailable - Error in FEDEX

I am integrating the FEDEX through SOAP webservice in php on my project. But now i am getting this error for last 2 days. Is this error occuring due to FEDEX or any other error in coding/data ? The below is the response i am getting when using the…
Rajasekar PHP
  • 611
  • 2
  • 9
  • 16