For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inventory Discrepancy API

Remove inventory discrepancies

post

Removes inventory discrepancy records for the specified location that occurred before the given date.

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Query parameters
formatstring · enumOptional

Response format

Default: jsonPossible values:
Body
expired_datestring · dateRequired
stock_locationinteger · nullableOptional
Responses
204

No Content

No content

post/inventory-discrepancies/remove/
POST /api/v1/oms/inventory-discrepancies/remove/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 48

{
  "expired_date": "2026-01-01",
  "stock_location": 1
}

No content

Last updated

Was this helpful?