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 to sell a used item to the site owner.
If the user decides to sell, he can enter in the...
Other than studying and working with their full APIs...
Is there an easy way to get the shipping zone number from FedEx and UPS if I know the "from" and "to" zip codes?
For example, is there a simple web service that I can use?
...
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?
...
Hi,
I have developed shipping application using fedex API.
I am trying to test the delivery notification,Exception Notification and ship alert email.
I am using the developer keys and also tried with production keys creating the shipment label.Though no actual shipment done.
System is working without errors but i am not getting any e...
I am trying to connect to the FedEx shipping webservice v8.
Everything works fine when I only have one RequestedPackageLineItems set. When I add two items I get the following error.
"Invalid package count or invalid package sequence number."
My Code is as follows
ProcessShipmentRequest request = CreatePendingShipmentRequest();
ShipS...
Anyone knows how to include return shipping when calling ship service api?
Here's the code I used , yet it doesn't work:
request.RequestedShipment.SpecialServicesRequested = new ShipmentSpecialServicesRequested();
request.RequestedShipment.SpecialServicesRequested.SpecialServiceTypes = new ShipmentSpecialServiceType[1];
...
I've been looking at the APIs for UPS, FedEx, USPS, etc, and I can't seem to find any method of pulling all tracking info for a given user. I only see methods that pull info via a tracking number. Has anyone been able to find a way to get at this data? Seems silly to me that these huge carriers wouldn't supply this info in an easy method...
I'm new to working with APIs. We're integrating Fedex into our Rails app. So we're sending API requests and receiving responses from them. For testing purposes, I would like to see the code of what we're sending out and receiving. I'm not sure how to do this.
What tools do you use for testing to view API requests and responses?
T...
I'm trying to get the sample FedEx Address Verification application to work in C#. After contacting my FedEx technical contact and having him activate Address Verification on my test account (apparently it is considered an advanced service that requires additional permissions) I was able to compile and run the example application.
Howev...
hi 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 header(invalid header).
when i have contact with the fedex team they said me to use differ...