Printing Jobs

Acknowledging Jobs

Whilst it's not required by us, it may be useful to inform PrintedDirect (and also the Shops) that you have begun the production process. The simplest way to do this is to transition the Jobs to production_started. This can be done as follows:

Request
PUT /3.0/jobs/{id}/status

{
"status": "job.production.started",
"reason": "Job is now on the presses (optional)"
}

Progressing Jobs

When the Job has finished printing, you can transition the Job status to production_finished. This will inform the Shop that the Job has completed production and is now ready to be dispatched.