Skip to content
/ fedex Public

Some Fedex API support for GoLang (Bare minimum for tracking lookup)

License

Notifications You must be signed in to change notification settings

tcolar/fedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedex

Some Fedex API support for GoLang (ATM just for tracking)

Fedex API's are one of those WDSL SOAP monster documented in a gigantic PDF file, don't we all love those.

I did not bother dealing with all of that here and only created what I needed so far.

I might add more over time but for now it provides:

  • Retrieving Tracking info by either: Tracking number, PO number, or shipper reference number (~order ID) The data is unmarshalled from SOAP into Go structures for more practical usage.

See fedex_example.go for usage examples

Note that you will need an API key and Password as well as Accont and Meter numbers from Fedex. See: http://images.fedex.com/ca_english/businesstools/webservices/Web_Services_Guide_ENG.pdf

About

Some Fedex API support for GoLang (Bare minimum for tracking lookup)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages