Organization / Types/ object
FulfillmentLineAllocationEdge
An edge that contains a node of type FulfillmentLineAllocation and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
quantity•Int!Quantity
id•ID!Unique primary key.
parentLine•OrderLineParent order line (for bundles)
product•ProductProduct of the order line
name•String!Name of the ordered product
price•MoneyPrice per unit
priceInclVat•MoneyPrice per unit including VAT
quantityOrdered•Int!Quantity ordered
quantityAllocated•Int!Quantity allocated in to fulfillments
quantityShipped•Int!Quantity (already) shipped
quantityUnallocated•Int!Quantity that is not (yet) allocated to a fulfillment
order•Order!Order of the order line.
createdAt•DateTimeTz!When the allocation was created.
updatedAt•DateTimeTz!When the allocation was last updated.
cursor•String!A unique cursor that can be used for pagination.