CreateGoodsReceiptLineItemInput
One line item booked together with a goods receipt via createGoodsReceipt.
input CreateGoodsReceiptLineItemInput {
productId: ID!
quantity: Int!
supplierOrderId: ID
unitPrice: Float
}
Fields
CreateGoodsReceiptLineItemInput.productId ● ID! non-null scalar
ID of the product being received.
CreateGoodsReceiptLineItemInput.quantity ● Int! non-null scalar
Number of units to book. Must be positive.
CreateGoodsReceiptLineItemInput.supplierOrderId ● ID scalar
ID of the supplier order this line is received against.
CreateGoodsReceiptLineItemInput.unitPrice ● Float scalar
Per-unit price booked against this line. Defaults to the supplier order line price when omitted.
Member Of
CreateGoodsReceiptInput input