How to get Fedex testing tracking number?

前端 未结 8 1950
遥遥无期
遥遥无期 2020-12-23 14:15

I\'m configuring FEDEX shipping in Magento website. I got test account number, password, API key and meter number by login in test FEDEX account. I configured myself in Mage

相关标签:
8条回答
  • 2020-12-23 14:41

    In addition to: 123456789012

    You can also use: 111111111111

    ** Every carrier (UPS, USPS, etc...) has lots of tracking numbers for lots of use-cases, but not FedEx... I find that very strange.

    * Also... I am guessing FedEx expects you to use real tracking numbers even in their test environment. It's how I have been testing for multiple use-cases.

    I hope this helps anyone, I have spent a while digging around.

    0 讨论(0)
  • 2020-12-23 14:42

    Your question is not at all stupid. I upvoted it.

    The fedex documentation is horrible and doesn't mention how to use their services while testing and after moving to production. Their support is worse.

    While I was rambling in the internet, I found a page mentioning the tracking number 123456789012 as a test number. Use it with your test credentials (key, password, account number and meter number), while you're setting your service path to https://wsbeta.fedex.com:443/web-services/track, and the request will return a valid response that you can build on.

    0 讨论(0)
  • 2020-12-23 14:46

    Here is a good one I pulled out of a code sample in the developer docs.

    797843158299

    0 讨论(0)
  • 2020-12-23 14:50

    You may try getting the ship functionality working first. That will provide you a tracking no that can be used in testing tracking. I did it this way and it works for me!

    0 讨论(0)
  • 2020-12-23 14:50

    We're trying to understand FEDEX tracking number testing too. I found this resource. But so far I'm not sure if the numbers work.

    We'll update the answer later if we determine it helped or delete it if it does not: https://www.fedex.com/us/developer/webhelp/ws/2019/US/index.htm#t=wsdvg%2FAppendix_F_Test_Server_Mock_Tracking_Numbers.htm

    0 讨论(0)
  • 2020-12-23 14:51

    The above list of tracking numbers will indeed work when pointed to the following server endpoint:

    https://wsbeta.fedex.com:443/web-services/track

    Note that the only time these numbers will not work is during FedEx's scheduled maintenance windows.

    0 讨论(0)
提交回复
热议问题