Hand to manufacturing · 10 · techpack
Manufacturing tech pack
You have a sealed blank. A tech pack for manufacturing review.
You have
a sealed blank
You want
A tech pack for manufacturing review
You have a sealed Pattern + Construction (or a library Product). You want a tech pack for manufacturing review: cover, BOM, operations, points of measure, placements, graded nests.
This is the custom / cut-and-sew handoff. Pair it with garment.export for the 3D. This factory does not publish a store listing.
Steps
product.get→productpattern.get→patternconstruction.get→constructionpattern.preflightconstruction.preflightpattern.grade→gradedmaterial.get→materialtechpack.export→pack
Sample inputs
| Key | Value |
|---|---|
product_id | aop-hoodie |
material_id | fleece_250gsm |
colorways | ["samples/colorways/navy.json","samples/colorways/black.json"] |
Expected fixture checks
These are the checks declared by this sample, not a captured production result. Referenced sample files are included in the gated SDK checkout.
{
"graded.ok": true,
"pack.ok": true,
"pack.format": "pdf",
"pack.sections": [
"cover",
"bom",
"operations",
"pom",
"placements",
"nests",
"colorways"
]
}Run
Obtain and install the SDK before running this example from its root directory.
python examples/run_workflow.py techpack