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

How to add customs value in python-fedex for international shipments?

I'm using the python-fedex module as a light wrapper for the FedEx SOAP API. As part of this, I'm trying to set up a basic example of an international shipment, but I'm getting stuck with the following error message: fedex.base_service.FedexError:…
mfcss
  • 1,039
  • 1
  • 9
  • 25
2
votes
1 answer

Ruby Mechanize 405 Net::HTTPMethodNotAllowed Error While Scraping Fedex Billing

I have a script that goes into Fedex Billing each week when they mail me my invoice, digs out information and posts it to xpenser.com. After the recent Fedex Billing site redesign, when I run this code: agent = Mechanize.new page = agent.get…
johnnygoodman
  • 475
  • 6
  • 19
2
votes
1 answer

Can't get proper rateReply from Fedex API

I'm integrating fedEx rateService into my application and I keep getting the same error when sending a rate request:
HTBR
  • 1,013
  • 1
  • 10
  • 22
2
votes
1 answer

How to get full tracking info (Fedex Webservices)?

If I use the Fedex Tracking tool from website (https://www.fedex.com) I can see every activity with its details (like location). But, when I use Fedex Webservice, I don't get the same info. I only get detailed info for the current status, but I also…
Steven
  • 321
  • 3
  • 13
2
votes
0 answers

Display fedex shipping rate in product page magento 1.9

I read the similar question but no luck. I am working in magento 1.9. I want to display shipping rate in product view page. I have zipcode textbox in product page. After enter zipcode I want to display shipping charges in the same page. I tried the…
David Coder
  • 1,138
  • 2
  • 14
  • 48
2
votes
0 answers

Create fedex international freight shipment using WSDL

I am in process of currently integrating Fedex API for international shipments, I am currently stuck in creating International shipments using WSDL. I referred the Fedex WSDL developer guide, but I didn't found any sample request for fedex…
Harry Sadu
  • 21
  • 2
2
votes
2 answers

What is FedEx API limits? How many times I can call the APIs?

I have gone through documentation here provided http://www.fedex.com/us/developer/web-services/index.html but I am not able to find how many times I can query FedEx APIs Does anyone have one idea or experience? I don't want to put a bug in…
igauravsehrawat
  • 3,696
  • 3
  • 33
  • 46
2
votes
1 answer

FexEx API: Getting Transit Times with only ZIP codes

I've been searching the web and reading through the FedEx Web Services Developer Guide to see if its possible to use their API to submit a couple ZIP codes and return an estimated transit time for a Ground package. Similar to what FedEx's "Get Rates…
ampsy
  • 23
  • 6
2
votes
1 answer

FedEx API Tracking a package what is the XML url?

I am having trouble using the FedEx API, I have read through the documentation pertaining to tracking packages. I have gotten all of the numbers I need to fill into the URL (Test tracking number, Account Number, Account Key, Meter Number, User Name…
Chris McCole
  • 59
  • 2
  • 15
2
votes
1 answer

Laravel - FexEd shipment request API responce ERROR

I have faced the following error when I integrate FedEx shipment API with Laravel. I use this package for it - https://github.com/JeremyDunn/php-fedex-api-wrapper If anyone knows how to create shipment request with FedEx API, so please help me to…
Harsukh Makwana
  • 4,296
  • 3
  • 27
  • 34
2
votes
0 answers

fedex api for php

I am using FedEx api I have created the my account on FedEx. My problem is that when I am using test account number and test meter number I am getting the results properly, but when I am using client account detail I always get the error invalid…
mjdevloper
  • 1,553
  • 8
  • 33
  • 69
2
votes
1 answer

FedEx Api Fatal error: Call to undefined function setEndpoint()

Fatal error: Call to undefined function setEndpoint(); In which file setEndpoin() exist.
Adam Smith
  • 96
  • 7
2
votes
0 answers

Fedex MPS integration in php

$client = new SoapClient($path_to_wsdl, ['trace' => 1]); $this->packageLineItem = [['SequenceNumber'=>1, 'GroupPackageCount' => 1, 'MasterTrackingId' => '123123123123', 'TotalShipmentWeight'…
Shubh
  • 51
  • 4
2
votes
1 answer

FedEx error: Special service invalid 8201

I'm trying to connect to FedEx WebServices API for OpenShip Service. I'm using WSDL of v9. Below is the reply when I try to process a request: ERROR ship
2
votes
1 answer

Is there anyway to get the label information by tracking number from UPS, USPS, FEDEX, etc?

I want to know if is possible to get information like: Consignee name (Destination Name) from UPS (And/or other couriers) tracking number? My final goal is scan the tracking number and get the name of the receiver using the api from those.
Pablo Cardozo
  • 103
  • 1
  • 10