@@ -24,6 +24,7 @@ const printProviderIds = {
24
24
districtPhoto : 28 ,
25
25
jondo : 105 ,
26
26
woyc : 23 ,
27
+ stokedOnPrinting : 43 ,
27
28
} ;
28
29
29
30
const blueprintIds = {
@@ -32,6 +33,7 @@ const blueprintIds = {
32
33
ceramicMug : 635 , // https://printify.com/app/products/635/generic-brand/accent-coffee-mug-11-15oz
33
34
canvas : 937 , // https://printify.com/app/products/937/generic-brand/matte-canvas-stretched-075
34
35
phoneCases : 421 , // https://printify.com/app/products/421/generic-brand/tough-cases
36
+ baseballTee : 79 ,
35
37
} ;
36
38
37
39
// TODO: add these
@@ -77,7 +79,7 @@ const productData: PrintifyProductsData[] = [
77
79
enabled : true ,
78
80
name : "Unisex 3\\4 Sleeve Baseball Tee" ,
79
81
displayName : "Baseball Tee" ,
80
- blueprintId : 79 ,
82
+ blueprintId : blueprintIds . baseballTee ,
81
83
printProviderId : printProviderIds . tShirtAndSons ,
82
84
country : "GB" ,
83
85
} ,
@@ -158,12 +160,12 @@ const productData: PrintifyProductsData[] = [
158
160
printProviderId : printProviderIds . jondo ,
159
161
country : "US" ,
160
162
} ,
161
- // {
162
- // enabled: true,
163
- // name: "Unisex 3\\4 Sleeve Baseball Tee",
164
- // displayName: "Baseball Tee",
165
- // blueprintId: 79 ,
166
- // printProviderId: printProviderIds.tShirtAndSons ,
167
- // country: "GB",
168
- // },
163
+ {
164
+ enabled : true ,
165
+ name : "Unisex 3\\4 Sleeve Baseball Tee" ,
166
+ displayName : "Baseball Tee" ,
167
+ blueprintId : blueprintIds . baseballTee ,
168
+ printProviderId : printProviderIds . stokedOnPrinting ,
169
+ country : "GB" ,
170
+ } ,
169
171
] ;
0 commit comments