GraphQL API
Organization API
Organization / Types/ object

PurchaseOrderConnection

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

referenceString

Reference of the order

Status of the order

CANCELEDCREATEDORDEREDEXPECTEDRECEIVINGRECEIVEDCOMPLETED
createdAtDateTimeTz!

When the order was created.

updatedAtDateTimeTz!

When the order was last updated.

isUpdatableBoolean!

Whether this purchase order can be updated.

supplierSupplier

Supplier of the order

Order lines

goodsReceiptsGoodsReceiptConnection!

Goods receipts linked to this purchase order

Events related to this purchase order

Support tickets linked to this purchase order

cursorString!

A unique cursor that can be used for pagination.