Voorraadmutatie
POST /stock/transactions
Scope: stock:write. Body: { stock_item_id, quantity (positief), type: addition|withdrawal }.
Voorbeeldbash
curl -X POST https://api.tooltagger.com/v1/stock/transactions \
-H "Authorization: Bearer $TOOLTAGGER_API_KEY"Antwoorden
| Status | Betekenis |
|---|---|
201 | Created |
422 | Validatiefout |
