Skip to main content

Get Inventory Valuation

GET 

/api/reporting/inventory-valuation

Returns the inventory valuation report summary grouped by warehouse/category.

Required scope: reports:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token

Accounting alignment (lock dates). The response also carries an accounting_alignment object stating how much of this valuation the general ledger has not recognised yet. An accounting lock date cannot stop stock from moving — it only pushes the posting to the first open day — so until the GL catches up this report is right to be worth more than the inventory control account says, and the difference is not a discrepancy to chase. Fields: as_of_date (the valuation date the figures are stated at), displaced_value (value whose stock has already moved but whose posting a lock date pushed to a later day), total_valuation (this report's total), ledger_recognized_valuation (total_valuationdisplaced_value — the figure that ties to the general ledger today) and has_displacement (false when nothing is held back, in which case displaced_value is 0 and the two totals are identical).

Request

Responses

OK

Response Headers
    Content-Type