Skip to main content

Dismiss Cost Change

POST 

/api/cost-changes/:costChange/dismiss

Dismisses a cost change awaiting review without applying it. The staged deltas are discarded from the queue, the affected layers keep their current cost, and the triggering document's held ledger entry is released. A dismissed change can be brought back to the inbox with Revert Cost Change.

Required scope: inventory:write

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

Responds 409 when the change is not awaiting review.

Authentication: Requires Bearer token (inventory scope) and permission to resolve cost changes.

Path params:

  • costChange: Cost change set ID

Body fields:

  • notes (optional, max 2000 chars): recorded on the decision

Request

Responses

OK

Response Headers
    Content-Type