Unofficial documentation for the spreadshop webservices API based on the SOAP protocol.
Please note, this documentation is obsolete since the release of the new REST based API. The new official documentation is here http://wiki.developer.spreadshirt.net/
Firstly, if you've never heard of web services or SOAP or REST before, or if dealing with XML sounds daunting, then this documentation might be an uphill struggle for you. However, I do intend developing some customisable plugins/widgets later which should be of interest to non-progammers.
To save you time, let's get this out of the way first. If you were hoping that Spreadshirt's web services would allow you to create an application to create t-shirts on the fly like in their t-shirt designer then this is not the solution. Their web services are read-only in that respect.
Spreadshirt web services allows you to extract the information from your own Spreadshirt store in XML format which you can transform using a scripting language so you can display the information in any way you want. So, what does that mean? In practical terms this breaks down into two broad scenarios:
redeem_coupon does not work yet
Need to add section about the basket URL I found in the Flash movie.
The API reference is the an improved version of the API documents released by Spreadshirt. I've simply added details and noted errors. This is still a work in progress. Please help me to make this as complete and helpful a reference as possible.
I'm trying to gather together a number of sample applications both as illustrations to anyone who wants to use the services but also as starting points for your own projects.