fedex

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? ...

Fedex Delivery Notification Email Problem

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...

Proxy Authentication Error while calling FedEx webservice

Hi all, I am trying to call the FedEx tracking webservice. Currently I am running the sample application provided by FedEx itself (Added my test account number and other details). When I run the application, I get the following error: The remote server returned an error: (407) Proxy Authentication Required. I am inside a proxy at my o...

fedex shipping web service, test account authentication failed

hello, can't understand why the credentials of my fedex web services test account won't work for the create shipping service and work for the track package service. any ideas? ...

FEDEX INTEGRATION IN ASP.NET C#

Hello, I am doing integration of fedex with out ASP.NET application. i want to get rate in specific currency only. but fedex return rate in different currency depnds on the source and target destination. how to set specific currency, so if location differed then also i can get rate in specified currency only. I have added "RateServi...

FedEx Webservice for printing Multiple shipping labels.

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...

fedex return shipping question

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]; ...

Problem with Fedex Address Verification Web Reference

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...

Spree, chargify and fedex API workflow?

So Im having a site developed in ruby using the spreecommerce. Spree will be used more as a backend then a front end shopping cart, this is becasue the site is subscription based and the the customer just needs to sign up and they are then shipped the products each month. However the products change and the customer is allowed to pick 3 ...