Current inventory valuation

GET/api/v1/inventory/reports/valuation

Return the current on-hand inventory value (in cents) computed from remaining FIFO cost lots, grouped by location, category, or vendor.

Operation ID: get_valuation_api_v1_inventory_reports_valuation_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

group_bystringdefault: location

Bucketing dimension: 'location' (default), 'category', or 'vendor'.

One of: location, category, vendor

Responses

200Successful Response

successboolean
messagestring
codestring
dataValuationResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject