OBJECT
1type OrderAllocationSplitLine {2# How many items were allocated from this warehouse3quantity: Int! 45# Required permission: Order:read6# 7# Store restrictions apply.8orderLine: OrderLine! 910}