- `changeFromQuantity` is now required for `inventorySetQuantities` mutations; omit it and you’ll get a runtime error.
- The legacy `compareQuantity` and `ignoreCompareQuantity` arguments are removed in version 2026-04.
- To skip concurrency checks, explicitly pass `changeFromQuantity: null`; otherwise pass the expected current quantity.