PurchasingHistoryEntry
A purchase order line for a specific item, with fulfillment tracking.
The PO number this line belongs to.
PO-2025-0471Reference to the vendor on the PO.
Display name of the vendor.
Pacific Ingredients Co.Date the purchase order was placed (ISO 8601).
2025-03-15Expected delivery date set when the PO was created or last updated by the vendor.
2025-03-22Current status of the overall purchase order.
Possible values: [draft, sent, accepted, shipped, partially_received, completed, cancelled, delayed]
completedTotal quantity ordered on this line.
200Total quantity received so far against this line. Updated each time an intake is recorded.
200Remaining quantity not yet received (quantityOrdered minus quantityReceived). A value of 0 means the line is fully fulfilled.
0Unit of measure.
lbsPrice per unit on this PO line.
3.25Fulfillment status of this specific line item. pending means nothing has been received yet; partially_received means some but not all has arrived; fully_received means the ordered quantity has been delivered in full.
Possible values: [pending, partially_received, fully_received]
fully_received{
"purchaseOrderNumber": "PO-2025-0471",
"vendorId": "string",
"vendorName": "Pacific Ingredients Co.",
"orderDate": "2025-03-15",
"expectedDeliveryDate": "2025-03-22",
"status": "completed",
"quantityOrdered": 200,
"quantityReceived": 200,
"outstandingQuantity": 0,
"unit": "lbs",
"unitPrice": 3.25,
"lineStatus": "fully_received"
}