UpdateJobInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| billingCustomerId | ID | ||
| commercialKind | PrintJobCommercialKindEnum | The commercial, or sales kind, of the job - e.g. a brochure, against something being saddle stiched, which would be the production kind. | |
| deliveryCustomerId | ID | ||
| description | String | The description of the job | |
| dueAt | DateTime | The due date for the job | |
| estimateId | ID | ||
| externalId | String | An external ID for the job | |
| jobNumber | String | The job number for the job | |
| maxDeliverableQuantity | Int | The maximum deliverable quantity for the job, if different from the ordered quantity, for example - allowed overages | |
| name | String | The name of the job | |
| orderedQuantity | Int | The ordered quantity for the job | |
| orderLineId | ID | ||
| status | PrintJobStatusEnum | The status of the job | |
| tags | [String!] | The tags for the job |