GraphQL API
Organization API
Organization / Types/ object

PurchaseOrderLineConnection

A paginated list of PurchaseOrderLine 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

priceMoney

Price per unit

quantityOrderedInt!

Quantity ordered

quantityReceivedInt!

Quantity received in completed goods receipts

sellAheadInt!

Quantity to allow pre-orders for this order line

cursorString!

A unique cursor that can be used for pagination.