← back to CelebritySignatures
printify-cost-check: add dad-cap + trucker-cap candidates (cost/placement verified)
52b0f48281a28ba256fc24f45c9a143ea0a303c2 · 2026-09-09 22:50:25 -0700 · Steve
Files touched
M scripts/printify-cost-check.mjs
Diff
commit 52b0f48281a28ba256fc24f45c9a143ea0a303c2
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Sep 9 22:50:25 2026 -0700
printify-cost-check: add dad-cap + trucker-cap candidates (cost/placement verified)
---
scripts/printify-cost-check.mjs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/printify-cost-check.mjs b/scripts/printify-cost-check.mjs
index 35ea895..588a42b 100644
--- a/scripts/printify-cost-check.mjs
+++ b/scripts/printify-cost-check.mjs
@@ -51,6 +51,8 @@ const wanted = process.argv.slice(2).filter(a => a !== '--yes');
// but product creation requires a valid placeholder for that blueprint.
const ALL_CANDIDATES = [
{ garment: 'bucket-hat', blueprintId: 1698, printProviderId: 99, variantId: 116655, label: 'Bucket Hat bone/One size', pos: { placeholder: 'front', x: 0.5, y: 0.5, scale: 0.7 } },
+ { garment: 'dad-cap', blueprintId: 1447, printProviderId: 99, variantId: 105381, label: 'Dad Cap white/One size', pos: { placeholder: 'front_dtf', x: 0.5, y: 0.5, scale: 0.7 } },
+ { garment: 'trucker-cap', blueprintId: 1692, printProviderId: 99, variantId: 116762, label: 'Trucker Cap white/One size', pos: { placeholder: 'front', x: 0.5, y: 0.5, scale: 0.7 } },
{ garment: 'crew-socks', blueprintId: 2941, printProviderId: 29, variantId: 155679, label: 'Crew Socks white/One size', pos: { placeholder: 'front', x: 0.5, y: 0.5, scale: 0.7 } },
{ garment: 'classic-tee', blueprintId: 12, printProviderId: 99, variantId: 18541, label: 'Bella+Canvas 3001 White/M', pos: { placeholder: 'front', x: 0.32, y: 0.3, scale: 0.25 } },
{ garment: 'polo', blueprintId: 1402, printProviderId: 99, variantId: 104648, label: 'JERZEES 443M Piqué Polo White/M', pos: { placeholder: 'front', x: 0.32, y: 0.3, scale: 0.25 } },
← 1d53030 wear: raise Bucket Hat 32 to 38 to restore margin floor (TK-
·
back to CelebritySignatures
·
wear: enable Dad Cap (29) + Trucker Cap (33) for sale, cost/ a310a07 →