Adjustments grouped by reason

GET/api/v1/inventory/reports/adjustment-reasons

Aggregates inventory ledger rows whose correction_reason is set (i.e. manual adjustments and cycle-count posts) by reason code. Returns count, signed units, and a $-impact estimate using each variant's stored unit_cost. Use since/until ISO-8601 strings to scope the window (defaults to all-time).

Operation ID: get_adjustment_reasons_api_v1_inventory_reports_adjustment_reasons_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

sincestring · date-time

Inclusive lower bound (ISO-8601). Omit for all-time.

untilstring · date-time

Exclusive upper bound (ISO-8601). Omit for now.

Responses

200Successful Response

successboolean
messagestring
codestring
dataAdjustmentReasonsResponse

400Bad Request - Invalid input

422Validation Error - Invalid data format