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
4
votes
4 answers

FEDEX API, Authentication Failed

I am integrating FEDEX Tracking, Rate and Shipping API's into my application but i am stuck with an issue. When i run my code with Developer account details, everything runs correctly. But when i run the same code with production keys, it gives me…
Raghav
  • 552
  • 1
  • 9
  • 34
4
votes
3 answers

fedex shipping web service, test account authentication failed

can't understand why the credentials of my fedex web services test account won't work for the create shipping service and work for the track package service. any ideas?
nico
  • 9,668
  • 8
  • 26
  • 28
4
votes
2 answers

Magento Shipping Method Loading speed

In my e-commerce site, I have configured FedEx shipping with Shipping API. In methods, I've only choose only 1 Allow method which is "International Economy". Even though I only have 1 method allow, by checking the logs of FedEx, it seems API query…
knightrider
  • 2,533
  • 7
  • 30
  • 42
4
votes
2 answers

How to get fedex api key?

I have registered in Fedex. I want to configure fedex for drupal site which has ubercart. I have enabled uc_fedex module. I want these values for FEDEX API for Production: FedEx Web Services API User Key FedEx Web Services API Password …
Ram
  • 284
  • 2
  • 5
  • 19
4
votes
2 answers

FedEx 35 character limitation

We're using FedEx as our shipper. Their label printer limits us to 35 characters per address line. My co-workers are I are discussing about splitting the address line into a second address line if the first line goes over the 35 char limit. …
Nate H
  • 322
  • 1
  • 5
  • 20
4
votes
2 answers

How to Get FedEx & UPS Zone numbers if I know the from and to Zip Codes?

Other than studying and working with their full APIs... Is there an easy way to get the shipping zone number from FedEx and UPS if I know the "from" and "to" zip codes? For example, is there a simple web service that I can use?
edt
  • 22,010
  • 30
  • 83
  • 118
4
votes
1 answer

Fedex WSDL C# - Setting the Invoice # value

I'm using Fedex's WSDL in C# to generate COD shipping labels. On Fedex shipping labels there is an "Invoice #" string on both the shipping label and the COD return label. I want to set my orderid in the request to Fedex such that my orderid shows…
ken koehler
  • 464
  • 4
  • 12
4
votes
1 answer

FedEx Soap RateRequest for International Shipping (Duties and Taxes)

Is anyone aware what fields are necessary to generate duties and taxes in the response from a FedEx web services RateRequest (SOAP) query? I've been put on a multiple-day hold waiting to hear back from their web services team and have a manager…
Scott
  • 7,983
  • 2
  • 26
  • 41
4
votes
5 answers

Sending raw data to FedEx Label printer

I'm working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer. I just don't know how to send that data to the printer through .NET (I'm using C#). To be clear,…
Sukhbir S. Dadwal
  • 463
  • 1
  • 8
  • 11
4
votes
2 answers

FedEx Setting with Magento is not Working

I need to set up FedEx Shipping method in Magento. I have Account Number, Meter Number, Key & password. I successfully inserted them in the corresponding fields, but when i check an item there is no FedEx shipping option available. I do not…
Arif Hossain
  • 311
  • 1
  • 5
  • 16
4
votes
1 answer

fedex General Failure

I'm getting "General Failure" when I call processShipment method in using fedex shipping service, I've done everything as required, I don't know what's wrong with this service. Can anyone tell me what is missing in this request?
MZH
  • 1,414
  • 4
  • 29
  • 57
3
votes
1 answer

FedEx Freight API Error: "Account and meter number aren't consistent"

Using the downloadable SDK/API for FedEx Freight I plugged in the numbers given to me in my welcome email - Example of my email: Test Password: password Test Account Number:510xxxxxx (for FedEx Web Services for Shipping only) Test Meter…
dpgtfc
  • 29
  • 1
  • 5
3
votes
0 answers

How to get real weight / price of label via FedEx API?

I already have a working FedEx API in production with two services: rate and shipping. Note that I use: My own packages: "PackagingType": "YOUR_PACKAGING" Almost always I know estimated weight of parcel: "RequestedPackageLineItems": { "Weight": {…
trogwar
  • 216
  • 1
  • 11
  • 26
3
votes
3 answers

Magento - allowing customer to use their FedEx account

I'm working on a Magento site which ships products via FedEx. When an order is purchased, it should charge the store's FedEx account, allow the store to print a shipping label, and offer tracking information on the website. In addition, the…
Colin O'Dell
  • 8,386
  • 8
  • 38
  • 75
3
votes
2 answers

Tracking number patterns

Is there any place to get patterns for shipping tracking numbers for all shipping companies like UPS,FedEX, DHL, AirBorne, USPS ...
Bob
1 2
3
30 31