SKUs & Makes

SKUs can reference one or more makes. Makes define which model files and materials are required.

Create SKU

POST /v1/skus (planned)

Start Jobs for SKU

POST /v1/skus/{sku}/print-jobs (planned)

Create Job With Make

POST /v1/print-jobs/create with make_id:

{
  "name": "Production Run",
  "model_file_id": "UUID",
  "make_id": "MAKE_UUID",
  "print_options": { "auto_assign": true }
}

This derives constraints.required_materials from the make for AMS mapping.