Documentation
¶
Overview ¶
Package fedex provides access to () FedEx Soap API's and unmarshal answers into Go structures
Index ¶
Constants ¶
View Source
const ( FedexAPIURL = "https://ws.fedex.com:443/web-services" FedexAPITestURL = "https://wsbeta.fedex.com:443/web-services" CarrierCodeExpress = "FDXE" CarrierCodeGround = "FDXG" CarrierCodeFreight = "FXFR" CarrierCodeSmartPost = "FXSP" CarrierCodeCustomCritical = "FXCC" )
Convenience constants for standard Fedex API URLs
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fedex ¶
Fedex : Utility to retrieve data from Fedex API Bypassing painful proper SOAP implementation and just crafting minimal XML messages to get the data we need. Fedex WSDL docs here: http://images.fedex.com/us/developer/product/WebServices/MyWebHelp/DeveloperGuide2012.pdf
Click to show internal directories.
Click to hide internal directories.