Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FedEx api for shipping

Tags:

fedex

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

like image 659
Hemant Sharma Avatar asked Apr 26 '12 12:04

Hemant Sharma


People also ask

What is FedEx Shipping API?

The Ship API allows you to integrate FedEx shipping capabilities into your application. Using Ship API, you can process and submit shipping requests for packages to FedEx for both domestic and international shipments, as well as the return shipments.

Does FedEx have an API for tracking?

Get access to FedEx APIs by creating a user ID. This API allows you to obtain real-time tracking information for FedEX® shipments. Use this API when you need to automatically send notifications of significant shipment events or add proof of delivery to your shipping process.

Is FedEx API free?

We provide our APIs, documentation, sample code and everything else found in the FedEx Developer Portal to businesses and developers for free, subject to terms of use.


2 Answers

The following answer is concerning the tracking service which is part of the shipping services: After receiving your test credentials (key, password, account number and meter number), use them to send SOAP requests (as you normally do using your programming language) to the service at https://wsbeta.fedex.com:443/web-services/track Use 123456789012 as a test tracking number. When you are ready to move to the production environment, change the service path to https://ws.fedex.com:443/web-services/track (or https://gateway.fedex.com:443/web-services/track) and use the production credentials that can be obtained from here

Please refer to the documentation to be informed on how to use the services with your programming language.

like image 149
Ashraf Sabry Avatar answered Sep 21 '22 10:09

Ashraf Sabry


According to FedEx, they are retiring their API soon. I believe the target date is the end of May, 2012. Now they are going to web services instead of an API. Here is more on the announcement:

http://www.fedex.com/us/developer/migration.html

As far as the web services are concerned, they have good documentation on their site for both how to access the web services directly and how to put a widget on your site that will allow a customer to look up their shipping. Here are those resources:

http://www.fedex.com/us/developer/solutions.html

There are also demos and tutorials here:

http://www.fedex.com/us/developer/web-services/index.html

I hope that helps you get started.

like image 38
IAmTimCorey Avatar answered Sep 19 '22 10:09

IAmTimCorey