Skip to main content

Allocation

Represents stock allocation for an order line.

type Allocation implements Node {
id: ID!
quantity: Int!
warehouse: Warehouse!
}

Fields

Allocation.id ● ID! non-null scalar

The Globally Unique ID of this object

Allocation.quantity ● Int! non-null scalar

Quantity allocated for this order line

Allocation.warehouse ● Warehouse! non-null object

The warehouse where items were allocated

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

OrderLine object

Was this page helpful?