cURL
curl --request GET \ --url https://api.skulabs.com/inventory/get_item_free \ --header 'Authorization: Bearer <token>'
{ "free": 123, "on_hand": 123, "reserved": 123 }
Retrieve the available (free) inventory quantity for an item, excluding reserved stock.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Item SKU to look up free inventory for
Filter by warehouse IDs
Free (available) inventory for the item
Free inventory quantity (on_hand - reserved)
Total on-hand quantity across locations
Total reserved quantity from open orders