OperationOrder
Identity for an operation within an external order.
type OperationOrder {
operationId: ID!
externalOrderId: String!
orderIndex: Int
operation: Operation
}
Fields
OperationOrder.operationId ● ID! non-null scalar
Internal operation identifier.
OperationOrder.externalOrderId ● String! non-null scalar
External order identifier.
OperationOrder.orderIndex ● Int scalar
0-based index for quantity tracking when multiple units are ordered.
OperationOrder.operation ● Operation object
The operation (product or process).
Member Of
Build object ● OperationOrderComplete object ● OperationOrderProgress object