Skip to main content

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-0471
vendorIdstring

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-15
quantitynumber

Quantity ordered on this PO line.

Example: 200
unitstring

Unit of measure for the quantity.

Example: lbs
unitPricenumber

Price per unit on this PO line.

Example: 3.25
totalPricenumber

Total line cost (quantity x unit price).

Example: 650
PricingHistoryEntry
{
"purchaseOrderNumber": "PO-2025-0471",
"vendorId": "string",
"vendorName": "Pacific Ingredients Co.",
"date": "2025-03-15",
"quantity": 200,
"unit": "lbs",
"unitPrice": 3.25,
"totalPrice": 650
}