Update Inventory Source
Partial update — send the id plus only the fields you want to change. Omitted fields keep their existing value. Returns the full updated source.
How this menu works
For field meanings and the delete guards, see the Inventory Sources overview.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminSettingsInventorySource(input:) | Mutation | Update an inventory source |
The input.id is the resource IRI. If you change code, the new value must remain unique. Use the adminSettingsInventorySources query to discover valid ids.
Permission: settings.inventory_sources.edit. All operations require an admin Bearer token — see Authentication.

