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
70
votes
20 answers

Regular Expression patterns for Tracking numbers

Does anybody know good place or patterns for checking which company tracking number is the given tracking number for a package. Idea is After scanning a barcode for a package check tracking number with patterns and show which company it was shipped…
Bob
46
votes
9 answers

How to get Fedex testing tracking number?

I'm configuring FEDEX shipping in Magento website. I got test account number, password, API key and meter number by login in test FEDEX account. I configured myself in Magento. Looks like everything fine. But I don't know how to test is Track…
Gowri
  • 16,587
  • 26
  • 100
  • 160
20
votes
4 answers

Issue with Nodejs Soap module while calling fedex services

I am using nodejs soap module to call fedex services but getting an error: { "HighestSeverity": "ERROR", "Notifications": [ { "Severity": "ERROR", "Source": "prof", "Code": "1000", "Message":…
Rohit
  • 2,987
  • 3
  • 25
  • 50
18
votes
3 answers

Tracking API for Fedex and UPS

Is there any JavaScript API available for tracking Fedex and UPS packages?
Harshal_m_joshi
  • 1,489
  • 1
  • 16
  • 27
11
votes
2 answers

Fedex Service Integration Error (unable to generate a temporary class)

I am trying to integrate Fedex Service in my asp.net website. I have downloaded the code from the Fedex website, but when I run this simple program I get an error, Check the following Code: static void Main(string[] args) { TrackRequest request…
Mohamad Mahmoud Darwish
  • 3,865
  • 9
  • 51
  • 76
10
votes
6 answers

Issues using a Fedex Webservice via WSDL/SOAP

I downloaded the sample code to request a rate from fedex's website... i placed the WSDL file in the proper location, I have my acct number, password, meter number, and key. When I run the script I get this error: Error in processing transaction. …
Parris
  • 17,833
  • 17
  • 90
  • 133
9
votes
1 answer

Fedex checksum algorithm for tracking numbers?

How do I validate potential Fedex tracking numbers, without hitting a web service? I've heard Fedex employs a modified version of the Luhn algorithm.
Saurav
  • 3,096
  • 3
  • 19
  • 12
9
votes
4 answers

Integrating FedEx Web Services into .Net, stuck at step 1

I'm signed up, I've downloaded sample code, I've got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application. The WSDL was in a zip file, not a URL so I can't just "Add Web Reference." I've run the wsdl tool from…
Matt Dawdy
  • 19,247
  • 18
  • 66
  • 91
9
votes
4 answers

Fedex Web Services (SOAP): Pickup Service

I'm trying to schedule pickup using Pickup Service. First I send Pickup Availability request to get cutoff time, then use the result I get in Pickup Request. But after that I get error "Ready Time after Cutoff Time" for the time that is obviously…
yefrem
  • 666
  • 7
  • 20
8
votes
1 answer

Fedex API schedule pickkup

I am developing a web plugin. I have a FedEx API $key, $userid, $password and $meter My plugin target: I have a website from where user will be register and add FedEx Account number in his account(my website user account section) When user added…
Brij Kishor
  • 129
  • 5
7
votes
3 answers

How to test FedEx API in website

I have a test key, account number and password on FedEx website. I tried to test the FedEx API, but I don't know where I can go for testing on the website. I cannot find any menus for testing. I checked my email that I received a notice with Testing…
J.K
  • 89
  • 1
  • 2
  • 9
7
votes
3 answers

FedEx api for shipping

I want to apply FedEx API in my e-commerce website. but I did't know how to apply that API. I have done "Test Key registration" and get Test Account information. so what I am doing next. Thanks
Hemant Sharma
  • 83
  • 1
  • 3
  • 8
6
votes
3 answers

Woocommerce, hide shipping method based on shipping class

I'm trying to hide all but one shipping method based on the shipping class, essentially forcing the FedEx overnight method when a product belonging to a specific class is selected. I'm starting with this code, and modifying it as indicated below:…
SeanEnns
  • 145
  • 1
  • 1
  • 12
6
votes
2 answers

Generating Fedex Shipping Labels

I'm using Fedex web services and would like to regenerate a shipping label. Is there a SOAP request where I can supply a tracking number and have fedex return a pdf label, or do I need to save the generated pdf when using the ShipService to create…
bezz
  • 1,438
  • 18
  • 28
6
votes
3 answers

Fedex API. Shipping Label. Multiple-Package Shipments

I'm using FeDex API to Shipping Labels printing. Label for 1 package prints successfull, but when I trying print multiple-package I get an error: stdClass Object ( [Severity] => ERROR [Source] => ship [Code] => 2463 [Message] => The number of…
stan
  • 83
  • 1
  • 1
  • 7
1
2 3
30 31