PricingHistoryEntry
A single historical price point for an item, sourced from a purchase order line item.
purchaseOrderNumberstring
The PO number this price was recorded on.
Example:
PO-2025-0471vendorIdstring
Reference to the vendor on the PO.
vendorNamestring
Display name of the vendor.
Example:
Pacific Ingredients Co.datestring<date>
The date the purchase order was placed (ISO 8601).
Example:
2025-03-15quantitynumber
Quantity ordered on this PO line.
Example:
200unitstring
Unit of measure for the quantity.
Example:
lbsunitPricenumber
Price per unit on this PO line.
Example:
3.25totalPricenumber
Total line cost (quantity x unit price).
Example:
650PricingHistoryEntry
{
"purchaseOrderNumber": "PO-2025-0471",
"vendorId": "string",
"vendorName": "Pacific Ingredients Co.",
"date": "2025-03-15",
"quantity": 200,
"unit": "lbs",
"unitPrice": 3.25,
"totalPrice": 650
}