Mark a print job completed
Jobs
Mark a print job completed
Marks the job completed. Side effect: adjusts finished_goods.current_stock and quantity_needs_assembly per the job’s product_sku_id and requires_assembly flags, then emits a job_completed event onto the PRINT_EVENTS queue for downstream processing (inventory, revenue).
POST
Mark a print job completed
Authorizations
API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.
Path Parameters
Body
application/json
Override the elapsed print time in minutes. When omitted, the server computes it from time_started.