Added

2026-01 Adjustment APIs

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

MethodPathDescription
GET/api/2026-01/custom_inventory_adjustment_reasonsList custom inventory adjustment reasons.
POST/api/2026-01/custom_inventory_adjustment_reasonsCreate 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_adjustmentsList stock adjustments.
POST/api/2026-01/stock_adjustmentsCreate one or more stock adjustments (1-1000 entries per request).

🔒 Requires: inventory:write scope