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
3
votes
2 answers

Parsing HTML does not output desired data (tracking info for FedEx)

I'm trying to make a script that grabs tracking information from fedex website. I figured that if I just go to the url 'https://www.fedex.com/fedextrack/?tracknumbers=' and paste the tracking number at the end of it, it brings me to the tracking…
3
votes
1 answer

Integrating Fedex into your web application

I realize they have an API but some of the questions I have wouldn't be answered by it, and it would be great to receive feedback from others who have integrated it before. I basically am working with a web site where visitors may choose…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
3
votes
1 answer

How track by Tracking Number Unique Identifier?

I'm having issues attempting to track a package by Tracking Number Unique Identifier. I'm working with the sample PHP code from Fedex Developer Resource Center. How can I track it using the TrackingNumberUniqueIdentifier? $path_to_wsdl =…
3
votes
4 answers

FedEx XML Api Tracking Request Issues

I'm attempting to implement FedEx Package Tracking in a project using the XML api. The following is my tracking request: '
carbide20
  • 1,717
  • 6
  • 29
  • 52
3
votes
1 answer

Puzzling PHP Soap Fault

(sorry if this sounds patronizing...I don't have a lot of code to paste, so I thought I'd be thorough with the description) I'm using FedEx's SOAP WSDLs with PHP's native SoapClient. The services RateService, ShipService, etc. have methods…
timborden
  • 1,470
  • 4
  • 18
  • 24
2
votes
1 answer

PHP Class Value

I'm working on a PHP Class, one of the required fields for the Class is (DropoffType) The answer to that is REGULARPICKUP. Can I write this inside the class and put "=" to the REGULARPICKUP? Example: protected $DropoffType = 'REGULARPICKUP';
2
votes
1 answer

FedEx shipping integration

I am trying to get shipping quotes from FedEx. I found this library where it seems to be doing exactly what i want, but it's not working (in the comments below, the developer notes that the FedEx API has changed). Using said library I get a: Error…
Tyler Wall
  • 3,747
  • 7
  • 37
  • 52
2
votes
1 answer

FedEx: Authentication Failed with test account

I'm trying to integrate FedEx with my application. I created a test account. When I send RateRequest I got a response Authentication Failed (code is 1000). I use v10 of Fedex Rate service. For SOAP I use Savon ruby gem. Here is code I use: require…
Sergey Potapov
  • 3,819
  • 3
  • 27
  • 46
2
votes
4 answers

API FedEX "INVALID.INPUT.EXCEPTION","message":"Invalid field value in the input"

I'm trying to validade an address in FedEX API using Python 3.8 and it returns an error of invalid field value First I connect to the Auth API payload={"grant_type": "client_credentials",'client_id':Client_id,'client_secret':Client_secret} url =…
Flavio Amadio
  • 35
  • 1
  • 6
2
votes
1 answer

Fedex API Rates and Transit Times API + LTL Freight: Account Number Invalid

I'm using the FedEx Rates and Transit Times API to get quotes for FEDEX_FREIGHT_ECONOMY and FEDEX_FREIGHT_PRIORITY. My project is setup as below, and my JSON request is setup as…
Ben Coffin
  • 483
  • 4
  • 13
2
votes
2 answers

Getting the OAuth Token from FedEx to use for Track API

I'm trying to get the OAuth Token to get auth access to some of the FedEx APIs ( like Track API for tracking shipments ), but I get a 401 (NOT.AUTHORIZED.ERROR -> "The given client credentials were not valid. Please modify your request and try…
doh2122
  • 51
  • 1
  • 6
2
votes
2 answers

Fedex Developer Rest API Ship API

I am trying to play around with FedEx APIs: https://developer.fedex.com/api/en-us/home.html and actually I would like to know, is it possible to track new created Shipment via Ship API on sandbox/test environment? Actually I've tried to create…
2
votes
1 answer

Parsing XML with Kotlin?

I have this xml response from fedex webservices that looks like:
sisternight438
  • 153
  • 1
  • 1
  • 12
2
votes
1 answer

Creating a HTTP Post Call for FedEx Web Services

FedEx Web Services docs state: FedEx offers a plain XML web services solution that you can use to send transactions without having to use tools that provide SOAP protocol support for web services. And here is an example they've used in their docs as…
sisternight438
  • 153
  • 1
  • 1
  • 12
2
votes
0 answers

FedEx Tracking - unable to omit ParentCredentials - error message: "Authentication failed", error code 1000

I'm trying to get response from FedEx Tracking API by using developer account credentials (UserCredentials) and I do not own ParentCredentials because I'm not Compatible User. The code looks like this: TrackRequest request = new…
user7479651
  • 689
  • 1
  • 5
  • 14