GraphQL API
Organization API
Organization / Types/ object

FulfillmentLineAllocationEdge

An edge that contains a node of type FulfillmentLineAllocation and a cursor.

Fields

2 fields
idID!

Unique primary key.

quantityInt!

Quantity

idID!

Unique primary key.

parentLineOrderLine

Parent order line (for bundles)

productProduct

Product of the order line

nameString!

Name of the ordered product

priceMoney

Price per unit

priceInclVatMoney

Price per unit including VAT

quantityOrderedInt!

Quantity ordered

quantityAllocatedInt!

Quantity allocated in to fulfillments

quantityShippedInt!

Quantity (already) shipped

quantityUnallocatedInt!

Quantity that is not (yet) allocated to a fulfillment

orderOrder!

Order of the order line.

createdAtDateTimeTz!

When the allocation was created.

updatedAtDateTimeTz!

When the allocation was last updated.

cursorString!

A unique cursor that can be used for pagination.