GoodsReceiptPieceEdge
An edge that contains a node of type GoodsReceiptPiece and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
barcode•StringBarcode of the piece
arrivedAt•DateTimeWhen the piece arrived.
completedAt•DateTimeWhen the piece was completed.
createdAt•DateTimeTz!When the piece was created.
updatedAt•DateTimeTz!When the piece was last updated.
id•ID!Unique primary key.
remarks•StringRemarks of the goods receipt
expectedDeliveryAt•DateWhen the goods receipt is expected to be delivered.
arrivedAt•DateTimeWhen the goods receipt arrived.
completedAt•DateTimeWhen the goods receipt was completed.
createdAt•DateTimeTz!When the goods receipt was created.
updatedAt•DateTimeTz!When the goods receipt was last updated.
warehouse•Warehouse!Warehouse that receives this goods receipt
attachments•GoodsReceiptAttachmentConnection!Attachments of the goods receipt
pieces•GoodsReceiptPieceConnection!Load carriers of the goods receipt
Receipt lines
purchaseOrders•PurchaseOrderConnection!Purchase orders that are linked to this receipt
code•String!Code of the carrier
name•String!Name
logoUrl•StringLogo URL
trackingUrl•StringRegular tracking URL
pageInfo•PageInfo!Pagination information about the list of edges.
A list of GoodsReceiptAttachment edges.
cursor•String!A unique cursor that can be used for pagination.