This is the api.shipgooder.com home page.
More information on the Shipgooder api will be available soon (2008-07-08)
This page is for people who like the information that they get from the main shipgooder.com site but would like to integrate it into their own applications. A good example would be that of wanting to easily and quickly integrate shipping selection and pricing into an existing invoicing application.The API is simple to use. In brief, you will point to api.shipgooder.com:8080 and pass some parameters in the call (an example will follow). What you will receive is an XML document that contains the rate information that you can then use within your program(s).
An example:
http://api.shipgooder.com:8080/api-rates.shtml?account=xxx&from=10010&to=90210&weight=10&packages=1
This will return an xml document that looks much like this:
Please note that this is not a free service. An annual subscription is required to create your own personal account. With this account you will also be able to enter any shipping discounts that you have with the various services of our listed couriers. For example, your company may have a 15% discount with courier A for their ground service, etc.
We will however make available a free test account that you can use to test your integration code with the Shipgooder API.