goodsReceiptLineItem
Loads a single GoodsReceiptLineItem by id.
goodsReceiptLineItem(
id: ID!
): GoodsReceiptLineItem
Arguments
goodsReceiptLineItem.id ● ID! non-null scalar
Type
GoodsReceiptLineItem object
A single line on a GoodsReceipt. Tracks the product, optional batch, the quantity moved and the per-unit and total price. Optional FKs (supplierOrderId, returnOrderId) link the line back to its originating document.