Get information about stock for your items with this API

API Endpoint

This endpoint is accessed via this path:

https://app.finaleinventory.com/{accountPathComponent}/api/inventoryitem/

There are no filters available for this endpoint to limit the records returned or to request a specific row for a specific product or location. In order to query for specific products/sublocations, etc, you should take advantage of the special reporting API.

How to use the Reporting API

Adding Filters to Report URL called by the API

Inventory Item Service

The inventory item service provides the current stock information for an account, including quantities on hand from stock currently present at a sublocation, quantities on order from committed purchase orders, and quantities reserved from committed sale orders.

A single product might have many entries in the list representing stock information for different locations or orders. Calculating the total quantity on hand for a product may require summing various entries relating to different sublocations, lots, orders, etc.

Entry Structure

There will be one entry in the list for each unique combination of facilityUrl, lotId, normalizedPackingString, orderUrl, and productUrl. Each entry will have a non-zero value in one of the three fields: quantityOnHand, quantityOnOrder, and quantityReserved.

The normalizedPackingString is only a non-empty string if the account uses the case packing feature in Finale and represents the case packing of the quantity in the entry.

Fields for the Inventory Item Service


Updated 9 months ago