public static final String CREATION_URL = "http://api.spreadshirt.net/api/v1/shops/40000/products";
public static final String PRODUCT_XML = "./src/main/resources/productcreation/product.xml";
public static void main(String[] args)
throws Exception {
HttpUrlConnectionFactory urlConnectionFactory =
new HttpUrlConnectionFactory(API_KEY, SECRET, null);
HttpCallCommandFactory commandFactory =
new HttpCallCommandFactory(urlConnectionFactory);
// create design data using xml
HttpCallCommand createDesignCommand =