Reclassify an inventory suspense adjustment to a final GL account
Moves an inventory adjustment balance out of the suspense GL
account to its final classification. Posts an offsetting JE that
keeps the original transaction intact (ERP-CORRECTNESS-RULES
§A4 invariant). Requires the inventory:write scope. Idempotent
via Idempotency-Key.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Body
Response
Reclassified adjustment
The response is of type object.

