Search code examples
web-servicesfedex

Fed Ex tracking API shows un-expected behaviour using testing web service url and credentials


I have a question related with Fed Ex Tracking API. First of all I am using FedEx testing URL and credential which we generate for development. I am not using production creadential and URL. Basically I wanted to know limitation of fed ex testing credential and url. Actually I got a problem and not able to get answer of that problem neither in document nor by googling. I track the shipment via tracking number using fedex tracking web service(using testing URL and credential), Initially they shows the result but after sometime they stopped showing result and I get message in response that tracking number not found but when I used same tracking number on fed ex website then on there it shows the correct result. I don't know why it is behaving like this. Another thing for some tracking number it shows the result and for some it does not show. So anyone guide me in right direction.

Thanks, Awadhendra


Solution

  • Finally I solved this problem. Actually there is no confusion in behaviour of fedex services. Actually I am using specific service which is for ground service only and tracking number which I am using is not for ground service. Thats why I am facing problem. Second thing I am using v9 fedex tracking service, I changed it from v9 to v6 service and it works.

    Thanks.