OperationOrderComplete
Represents a completed operation order with summary and state information.
type OperationOrderComplete {
externalOrderId: String!
operation: Operation
orderIndex: Int
at: Time!
operationSummary: OperationSummary!
endState: State
reservedSerialNumber: String
secondaryExternalOrderId: String
}
Fields
OperationOrderComplete.externalOrderId ● String! non-null scalar
External order identifier.
OperationOrderComplete.operation ● Operation object
Product or process that was completed.
OperationOrderComplete.orderIndex ● Int scalar
0-based index for quantity tracking when multiple units are ordered.
OperationOrderComplete.at ● Time! non-null scalar
Time of the order was completed
OperationOrderComplete.operationSummary ● OperationSummary! non-null object
Summary of the operation execution.
OperationOrderComplete.endState ● State object
End build state for this operation (state of last completed process in product or subassembly operation complete).
OperationOrderComplete.reservedSerialNumber ● String scalar
Serial number reserved at order creation. Distinct from endState.producedSerial, which is the serial captured during execution.
OperationOrderComplete.secondaryExternalOrderId ● String scalar
Secondary external identifier supplied at order creation.
Returned By
operationOrderCompletes query ● operationOrderCompletesStream subscription