Home

Version 5.1 by Admin on 2010/03/06 16:04

Spreadshirt API is one part of our strategy to provide Customized Apparel as a Service (CAaaS) that I described in the General spacehttp://blog.spreadshirt.net/developer/2009/11/01/customized-apparel-as-a-service-caaas/. Spreadshirt API is right now available in version 1 (v1).

http://blog.spreadshirt.net/developer/files/2010/01/api-parts.png

http://blog.spreadshirt.net/developer/files/2010/01/api-parts.png

API Features

Today, API v1 provides the following features:

  • Retrieve images for designs, products, product types, print types, etc.,
  • Retrieve data for designs, products, articles, product types, print types, etc.,
  • Create baskets and forward to Spreadshirt HTML checkout and
  • Store and retrieve widget configurations.

For the next releases, we plan to provide the following features:

  • Design upload and product creation,
  • Design and article search for marketplace and
  • Better basket integration.

API Technology

API v1 is based on the following technology stack:

  • REST: API v1 is provided as a pure REST (Representational State Transfer) API via HTTP, which means that we use for example HTTP methods, HTTP status codes and URL structures correctly to allow you to retrieve, create, update and delete data.
  • XML, XSD: For exchanging data the API uses XML as data exchanged format. The allowed lists and entities are described using XSD (XML Schema).
  • WADL: Our API is described using WADL (Web Application Description Language). Using WADL we describe which URLs the API provides, which HTTP methods can be used per URL, which HTTP status codes can be expected and what the input and output payload is. WADL can be used like WSDL to generate client code for all kinds of programming languages, such as Java.
  • SVG: We make use of SVG (Scalable Vector Graphics) to describe product types and products, e.g. for describing print areas or design positioning and transformations.

API Parts

API v1 consists right now of three parts as you can see in the picture above:

  • Data API: Our data API allows you to retrieve, create, update and delete all kind of Spreadshirt shop and user data, e.g retrieve designs, articles, products or create and retrieve baskets. The data API is available on http://api.spreadshirt.net/api/v1/metaData/api.html.
  • Image API: Our image API allows you to retrieve all kinds of images and create, update and delete specific ones, e.g. retrieve design, product or product type images. The image API is available on http://image.spreadshirt.net/image-server/v1/metaData/image-service.html.
  • Configuration Repository: Our configuration repository allows you to store and retrieve all kinds of configurations for social network widgets, such as myspace or facebook.

Existing APIs

API v1 will replace on the long term all APIs that exist right now, be it API v0 (which is used by our T-Shirt-Designer), our old SOAP API (which is used for a couple of integrations and widgets) or partner specific APIs. It should also used by all plugin writers, system integrators and widget developers in the future, that use legacy APIs or RSS feeds in their applications right now.

Tags:
Created by Admin on 2010/03/06 15:12