Returns a read-only snapshot of the product cost. For KIT products, the calculation is summed up recursively based on components. Note: This endpoint is highly cached. Changes to stock or components may take a few seconds to reflect (Eventual Consistency).
UUID of the product
Cost summary data
Whether the product has any inventory entries
true
Total stock quantity (sum of entries minus exits). Always >= 0.
150
Effective unit cost used for pricing and margin calculations. Priority: manualUnitCost ?? calculatedUnitCost. For KIT products, this is the sum of all component effective costs × quantities. Note: This value may be eventually consistent for KIT products (recalculation SLA: ~5s).
50
Current weighted average cost based on inventory entries. Null if no entries exist.
45.75
Unit cost from the most recent inventory entry. Null if no entries exist.
42.3
Date of the most recent inventory entry. Null if no entries exist.
"2026-02-25T12:00:00.000Z"
Cost method used in the last entry calculation (WEIGHTED_AVERAGE or REPLACEMENT). Null if no entries.
REPLACEMENT, WEIGHTED_AVERAGE "WEIGHTED_AVERAGE"
Manually set unit cost by the user. Null if not defined.
50