IGuideWorkOrder
Work order object containing status and metadata for iGUIDE processing tasks.
attrsobject
Additional attributes for the work order
idstring
The ID of the existing work order
iguideIdstring
The ID of the iGUIDE the work order belongs to
iguideTypestring
Type of iGUIDE (standard, premium, radix, photos)
statusstring
Current status of the work order (empty, done, rejected, cancelled, pending)
stitchDataIdstring
ID of the stitch data associated with this work order
IGuideWorkOrder
{
"attrs": {},
"id": "string",
"iguideId": "string",
"iguideType": "string",
"status": "string",
"stitchDataId": "string"
}