Get Inventory Divergence Breakdown
GET/api/ledger/reconciliation/inventory/divergence-breakdown
The ongoing divergence for one earmarked inventory control account, decomposed into buckets that reconcile to the total: the reconciled opening, awaiting-sync postings that self-resolve once they reach the provider, permanently excluded postings (before the start date / internal-only), and the residual variance to investigate. Also returns a ranked worklist of the days that contributed most to the gap (largest impact first); each day's gap sums back to the ongoing movement, and the untruncated tail is carried in other_days_gap so the list always ties to the total. Authenticate with a Personal Access Token. Reads cached data only (no live provider call).
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.