简体   繁体   中英

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 405--Transaction data not found when ever I try and send the request.

Is there an how do I go about getting quotes from FedEx - The FedEx dev center is horrible, I can't find anything I'm looking for (finding the documentation would be a nice start:P ) and the files they give you to download don't make much sense - I'm looking for an example of working PHP code.

It was recommended by a friend to just do this in a simple POST request - is this possible?

FedEx no longer supports the older XML or tagged transactions. You must send requests using web services. The dev center gives you everything you need, including sample code in PHP.

From this page , scroll to the bottom and select the "Download code in..." PHP

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM