v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Inventory

Create stock adjustments

Creates one or more stock adjustments in a single batch (1–1000 items per request).

🔒 Requires: inventory:write scope

post/stock_adjustments

Request body

Example request

{
  "stock_adjustments": [
    {
      "quantity": "1"
    }
  ]
}

Response

The stock adjustments were successfully created.