OBJECT

OrderAllocationSplitLine

link GraphQL Schema definition

1type OrderAllocationSplitLine {
2# How many items were allocated from this warehouse
3quantity: Int!
4
5# Required permission: Order:read
6orderLine: OrderLine!
7
8}