Added
2026-01 Adjustment APIs
5 days ago by ReadMe GitHub Action
The 2026-01 API adds support for custom inventory adjustment reasons and stock adjustments. New endpoints allow you to create and manage adjustment reasons, record stock adjustments, and list adjustment history.
What's New
New Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/2026-01/custom_inventory_adjustment_reasons | List custom inventory adjustment reasons. |
POST | /api/2026-01/custom_inventory_adjustment_reasons | Create a custom inventory adjustment reason. |
PUT | /api/2026-01/custom_inventory_adjustment_reasons/{custom_reason_id} | Update a custom inventory adjustment reason. |
GET | /api/2026-01/stock_adjustments | List stock adjustments. |
POST | /api/2026-01/stock_adjustments | Create one or more stock adjustments (1-1000 entries per request). |
🔒 Requires: inventory:write scope
