Skip to content

Inventory Source Detail

Fetches a single inventory source by its IRI id. Returns every field for the source.

How this menu works

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

Operation

OperationTypePurpose
adminSettingsInventorySource(id: ID!)QueryFetch one inventory source

The id is the resource IRI (/api/admin/settings/inventory-sources/{id}); _id is the numeric id. Use the adminSettingsInventorySources query to discover valid ids. An unknown id returns an error (equivalent to HTTP 404 on REST).

Empty timestamps

The seeded default source may report createdAt / updatedAt as null — that's a real stored-empty value, not the API withholding data. Sources created through the API carry timestamps.

All operations require an admin Bearer token — see Authentication.

Released under the MIT License.