List current stock positions (on-hand inventory & coverage) per variant x shop
Returns a paginated list of current stock positions, one per variant x shop, with on-hand quantity, stock value, average daily sales, and days-of-supply (stock coverage / how long inventory will last). Use this to check how much stock is on hand and where, gauge inventory coverage, or spot overstock (high days-of-supply / slow-movers) and low stock. Filter by variant IDs, shop, and brand. For a ranking by stock-out urgency (which variants to restock first) use GET /inventory/risks.
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Page number, 1-indexed (default: 1)
1 <= x <= 9007199254740991Number of items per page, max 100 (default: 20)
1 <= x <= 100Comma-separated list of variant IDs to filter by
Filter by shop ID
Filter by brand ID

