List collections (seasonal / merchandising groupings)
Returns a paginated, searchable list of collections — the seasonal or merchandising groupings of products (e.g. SS25, FW25). Search by name to look up a collection or to resolve a collection identifier before filtering products or creating restock plans scoped to a collection.
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 collections.
true, false Sort field for the collection list. Allowed values: name, startDate, isActive.
name, startDate, isActive Sort direction: asc (ascending) or desc (descending).
asc, desc 
