Skip to main content
Version: 3.x

Allocation

Represents allocation.

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

Fields

Allocation.id ● ID! non-null scalar

The ID of allocation.

Allocation.quantity ● Int! non-null scalar

Quantity allocated for orders.

Requires one of the following permissions: MANAGE_PRODUCTSMANAGE_ORDERS

Allocation.warehouse ● Warehouse! non-null object

The warehouse were items were allocated.

Requires one of the following permissions: MANAGE_PRODUCTSMANAGE_ORDERS

Interfaces

Node interface

An object with an ID

Member of

OrderLine object


Was this page helpful?