Organization / Types/ object
OrderLineConnection
A paginated list of OrderLine edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
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.
cursor•String!A unique cursor that can be used for pagination.