Skip to content

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.

For field meanings and the delete guards, see the Inventory Sources overview.

Operation

OperationTypePurpose
updateAdminSettingsInventorySource(input:)MutationUpdate 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.

Released under the MIT License.