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
6#
7# Store restrictions apply.
8orderLine: OrderLine!
9
10}