Inventory Discrepancy API
Removes inventory discrepancy records for the specified location that occurred before the given date.
Authorizations
AuthorizationstringRequired
Use format: Token <your_token>
Query parameters
formatstring · enumOptionalDefault:
Response format
jsonPossible values: Body
expired_datestring · dateRequired
stock_locationinteger · nullableOptional
Responses
204
No Content
No content
400
Bad Request
application/json
403
Forbidden
application/json
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?

