FulfillmentOrderAlignment
No description
type FulfillmentOrderAlignment {
aligned: Boolean!
divergences: [FulfillmentOrderDivergence!]!
}
Fields
FulfillmentOrderAlignment.aligned ● Boolean! non-null scalar common
True when every active fulfillment is one the source integration knows and still ships. Also true for orders with no source integration, which have no source counterpart to diverge from.
FulfillmentOrderAlignment.divergences ● [FulfillmentOrderDivergence!]! non-null object orders
The fulfillments that break the alignment. Empty when aligned.
Member Of
V2Order object