GraphQL API
Organization API
Organization / Types/ object

OrderLineConnection

A paginated list of OrderLine edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

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.

cursorString!

A unique cursor that can be used for pagination.