OperationOrderComplete
Represents a completed operation order with summary and state information.
type OperationOrderComplete {
externalOrderId: String!
operationId: ID!
orderIndex: Int
order: OperationOrder!
operation: Operation @deprecated
at: Time!
operationSummary: OperationSummary!
endState: State
reservedSerialNumber: String
secondaryExternalOrderId: String
}
Fields
OperationOrderComplete.externalOrderId ● String! non-null scalar
External order identifier.
OperationOrderComplete.operationId ● ID! non-null scalar
Internal operation identifier.
OperationOrderComplete.orderIndex ● Int scalar
0-based index for quantity tracking when multiple units are ordered.
OperationOrderComplete.order ● OperationOrder! non-null object
Order identity with operation relationship.
OperationOrderComplete.at ● Time! non-null scalar
Time 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.
OperationOrderComplete.reservedSerialNumber ● String scalar
Serial number reserved at order creation.
OperationOrderComplete.secondaryExternalOrderId ● String scalar
Secondary external identifier supplied at order creation.
Show deprecated
Returned By
operationOrderCompletes query ● operationOrderCompletesStream subscription