Get Material Inventory Snapshot
Returns inventory data for a specific material at a specific location,
optionally as of a point in time. If at is omitted, defaults to current
server time.
Requires scope: inventory_history:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
locationId
Location ID.
materialDetailsId
Material details (variation) ID.
Query parameters
at
ISO 8601 timestamp to evaluate inventory at. Omit for current state.
Example: 2026-03-01T00:00:00Z
Response
This endpoint returns an object.
materialDetailsId
ID of the material details (variation) record.
quantity
On-hand quantity at the location as of the snapshot time.
material
Reference to the material.
variationName
Name of the material variation, if applicable.
costPerUnit
Cost per unit of this material.
totalCost
Total cost (quantity × costPerUnit) for this line.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error