List inventory balances
Inventory
List inventory balances
Per-product per-location on_hand balances. Drives from active+tracked
products with LEFT JOIN to inventory_balances (all SKUs visible even at 0).
The available field is GENERATED (on_hand - allocated) and is readOnly.
GET
List inventory balances
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Query Parameters
Layer 4 location filter
Required range:
x >= 1Required range:
1 <= x <= 100Available options:
data.product, data.location, data.lot 
