Create and ship any product with a simple call to our API. You sell, we take care of all the heavy lifting. From inventory and manufacturing to packing, shipping, and customer support.
High-quality products ready for your customization. Available in multiple styles and colors.
Simple API built for developers
1 POST /api/fulfilment/products 3 { 4 "type": "product", 5 "product_title": "Awesome t-shirt", 6 "style_id": "next-level-3600", 7 "variant_ids": [ 8 "black", 9 "red" 10 ], 11 "decorations": { 12 "front": "<url-of-your-artwork>" 13 } 14 }
1 POST /api/fulfilment/orders 2 { 3 "type": "order", 4 "reference": "<your-reference-id>", 5 "products": [ 6 { 7 "product_id": 12345 8 "variant_id": "black", 9 "size": "M", 10 "quantity": 1 11 } 12 ], 13 "to_address": { 14 "full_name": "John Doe", 15 "shipping1": "1680 Vine St", 17 "city": "Los Angeles", 18 "zip": "90028", 19 "state": "CA", 20 "country": "US" 21 } 22 }
1 GET /api/fulfilment/styles 2 [ 3 { 4 "type": "style", 5 "id": "gildan-2000", 6 "sizes": [ 7 "S", 8 "M", 9 "L", 10 "XL", 11 "2XL", 12 "3XL", 13 "4XL", 14 "5XL" 15 ], 16 "variants": [ 17 { 18 "type": "variant", 19 "id": "gildan-2000-black" 20 }, 21 { 22 "type": "variant", 23 "id": "gildan-2000-red" 24 }, 25 { 26 "type": "variant", 27 "id": "gildan-2000-white" 28 } 29 ], 30 "decorations": [ 31 { 32 "position": "front", 33 "width": 4800, 34 "height": 6600 35 }, 36 { 37 "position": "back", 38 "width": 4800, 39 "height": 6600 40 } 41 ] 42 } 43 ... 44 ]
You sell, we take care of all the heavy lifting. From inventory and manufacturing to packing, shipping, and customer support. Sit back and relax.
We support you as your business scales, from your first order to thousands of units per month. No matter the volume, we have your back.
We charge your credit card or prepaid credits only for what you sell. Get started with no setup fees.
Durable materials, precise manufacturing, careful packaging. We stand behind our products and offer a satisfaction guarantee.