Allocation
Represents allocation.
type Allocation implements Node {
id: ID!
quantity: Int!
warehouse: Warehouse!
}
Fields
Allocation.id ● ID! non-null scalar
Allocation.quantity ● Int! non-null scalar
Quantity allocated for orders.
Allocation.warehouse ● Warehouse! non-null object
The warehouse were items were allocated.
Interfaces
Node interface
An object with an ID
Member of
OrderLine object
Was this page helpful?