Fulfill all items in an order
Orders
Fulfill all items in an order
Side effect: deducts finished_goods.ready_stock for every unfulfilled line item and recalculates each finished_good’s status. Composite (kit) items fail with KIT_NOT_PRODUCED or KIT_NOT_ASSEMBLED when their parent stock is insufficient — call POST /orders/{id}/produce first. Order transitions to shipped or fulfilled based on item state; shipped_at is set when entering those states.
POST
Fulfill all items in an order
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