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

FedEx API using PHP and Saturday Shipping

I am trying to figure out how to force a Saturday delivery using the fedex api with php. Can anyone help with a working example. I have tried several ways with a Friday ship date and none of them give a Saturday delivery, only a Monday delivery. …
Lori Smith
  • 41
  • 4
2
votes
0 answers

How to get label using FedEx Web Services?

I am using my developer credentials for FedEx web services, with RocketShipIt API, which is only a XML wrapper. Problem is that label_img variable is constantly empty: Here is sample code I use: $shipment = new…
Alan Kis
  • 1,790
  • 4
  • 24
  • 47
2
votes
0 answers

Passing a 'service' parameter to RocketShipIt API?

Is there anyone who is using RocketShipIt API? I'am currently doing some integration with FedEx web service, but it seems that I can't find where to pass a service parameter, before submitting shipment and creating label. I am creating shipment as…
Alan Kis
  • 1,790
  • 4
  • 24
  • 47
2
votes
1 answer

Error in fedex shipping method in magento

I want to implement fedEx shipping method in my magento site. I create account on Fedex Developer Resource Center.After FedeEx Web Services for Shipping my test account id is generated. Then I write it in magento configuration fedEx shipping…
Yogendra
  • 1,208
  • 5
  • 18
  • 38
2
votes
0 answers

rails Active_Shipping Fedex SmartPost Issue

I'm trying to set up a shipping calculator that includes Fedex smart post, but when i run the request, smart post is not included (even though I'm signed up for it). Can anyone tell me what I'm doing wrong? (I don't think I'm including…
Jason McMains
  • 333
  • 3
  • 14
2
votes
2 answers

Is FedEx shipping api works in India Domestic

I tried to implement fedex api to calculate the cost of shipping betwnn to zip codes of a country. It is working fine for USA. It is also working from USA to other country(tried for IN and AU). But when I tried it for two zip codes from India or…
2
votes
3 answers

FedEx Characters limit in Address Streetlines

I am integrating FedEx API but there are 35 characters limitation in the address of shipper and recipient. Almost in every case address length is more than 35 characters. Here is sample FedEx code for shipper in PHP: $shipper = array( 'Contact'…
Rohit
  • 2,987
  • 3
  • 25
  • 50
2
votes
1 answer

Integrating fedex web-service with python

I want to integrate Fedex with Odoo (formerly OpenERP) which is written in Python. Following is the code for tracking shipment integration. def config_fedex(self, cr, uid, ids=False, context=None): self_brw = self.browse(cr, uid, ids[0]) …
2
votes
2 answers

fedex address validation multiple results

So i have a function that is using the fedex api address validation and i'm trying to get back multiple results but no matter what address I type in regardless of ambiguity I only get 1 result. I've tried setting elements of the soap request to give…
2
votes
2 answers

Fedex. How To Login and Download Billing Onlive CSV File Programmaly?

Maybe my question is stupid! I'm building a Fedex scraper with PHP. The Input are client Username and Password and i need download all billing online CSV in Manage -> View/Pay Bill -> Download Center How i can login to Fedex and Download this…
2
votes
1 answer

I am getting error while using fedex test tracking number

I'm configuring FEDEX shipping in Custom application. I got test account number, password, api key and meter number by logging in to a test FEDEX account. Looks like everything fine. But I am getting error message using test A/c No 1111111111111 or…
2
votes
2 answers

Has anyone integrated Fedex web services into their website?

I have to set this up so that users can make labels, and track shipments, can someone outline the steps of how this works, including any interaction I need to do in regards to testing and contacting Fedex support, any special keys, gotchas?
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
2
votes
1 answer

jazminschroeder / fedex for Rails App

I'm trying to use "jazminschroeder / fedex" gem for shipping, but I need to implement an international shipping for a current application i'm working on for my client. Can someone help me, how international shipping can be done or any…
rajesh023
  • 704
  • 1
  • 5
  • 15
2
votes
0 answers

Fedex Plugin Rails

I working on an existing code base for a client. The app is built in rails 2.3 and uses the fedex plugin. Now i have develop a functionality for shipping the goods using international priority service type, the problem i'm facing is when ever i make…
rajesh023
  • 704
  • 1
  • 5
  • 15
2
votes
0 answers

Address Validation using Fedex API in C# - Getting Authentication Failed error

I want to integrate Address validation using Fedex API to my application. I got the c# code that uses AddressValidationService of Fedex Web Services for it. But when I process it using our FedEx Web Services API User Key, FedEx Web Services API…
NCA
  • 810
  • 1
  • 8
  • 19