List inventory items
Inventory Items
List inventory items
Returns a paginated list of inventory items with optional filters by variant, shop, and text search
GET
List inventory items
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Page number, 1-indexed (default: 1)
Required range:
1 <= x <= 9007199254740991Number of items per page, max 100 (default: 20)
Required range:
1 <= x <= 100Case-insensitive substring search query
Filter by variant ID
Filter by shop ID
Filter by brand ID
Filter by supplier ID (linked via order lines)
Filter by collection ID (linked via product variant)

