All of our products have no minimum order quantity.
Orders typically ship within 1 - 3 business days.
Orders are auto-routed between facilities in CA, IN, and PA.
Our processes are designed for detail, vibrancy, and washability.
White shirt - full color
Leading Competitor $13.75
Dark shirt - full color
Leading Competitor $14.25
White Mug - 11oz.
Leading Competitor $8.00
Black Mug - 11oz
Leading Competitor $4.50
Phone Case - any style
Leading Competitor $12.25
17 inch x Any Height
Leading Competitor $8.00+
24 inch x Any Height
Leading Competitor $12.00+
Black shirt - 1 color print
Leading Competitor $10.04
White shirt - 1 color print
Leading Competitor $7.22
Turquoise Hoodie - 2 color print
Leading Competitor $12.68
Upload an artwork file, along with dimensions and placement specifications, to create a design object. This design object can then be used to get quotes, create mockups, and place orders.
Upload an artwork file, along with dimensions and placement specifications, to create a design object. This design object can then be used to get quotes, create mockups, and place orders.
// Example request to create a design
curl "https://api.scalablepress.com/v2/design"
-u "<YOUR_API_KEY>"
-F "type=dtg"
-F "sides[front][artwork]=@image.png"
-F "sides[front][dimensions][width]=5"
-F "sides[front][position][horizontal]=C"
-F "sides[front][position][offset][top]=2.5"
// Example response will include a designId
{
...
"designId": "<DESIGN_ID>"
}