Retrieve inventory levels for products
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Description |
|---|---|
on_hand | Total physical inventory at the location |
committed | Reserved for unfulfilled orders |
incoming | Expected from purchase orders or transfers |
available | Can be sold (on_hand - committed) |
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have read_inventory scope |