GraphQL API
Organization API
Organization / Types/ object

GoodsReceiptConnection

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

remarksString

Remarks of the goods receipt

Status of the goods receipt

CANCELEDEXPECTEDARRIVEDPENDINGCOMPLETED
expectedDeliveryAtDate

When the goods receipt is expected to be delivered.

arrivedAtDateTime

When the goods receipt arrived.

completedAtDateTime

When the goods receipt was completed.

createdAtDateTimeTz!

When the goods receipt was created.

updatedAtDateTimeTz!

When the goods receipt was last updated.

warehouseWarehouse!

Warehouse that receives this goods receipt

Attachments of the goods receipt

Load carriers of the goods receipt

Receipt lines

purchaseOrdersPurchaseOrderConnection!

Purchase orders that are linked to this receipt

cursorString!

A unique cursor that can be used for pagination.