OBJECT
OrderAllocationSplit
link GraphQL Schema definition
1 type OrderAllocationSplit { 2 # Warehouse used for this part of the order, or null for unallocated 3 # 4 # Required permission: Warehouse:read 5 Warehouse : 6 7 AllocationStatus! : 8 9 # All elements are always returned 10 OrderAllocationSplitLine!]! : [ 11 12 }