List shops (stores / boutiques / points of sale)
Returns a paginated, searchable list of the organization’s shops — the stores, boutiques, retail locations, or points of sale where inventory is held and sold. Search by name to look up a store or to resolve a shop identifier before filtering sales, stock positions, inventory risks, forecasts, or plans by shop.
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 <= 100Case-insensitive substring search query
Filter by active status. true = active only, false = inactive only, omit = all shops.
true, false Filter by shop kind (e.g. STORE, WAREHOUSE, OUTLET).

