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.