List Sku Groups
GET/api/skugroups/getfilteredskugroups
Tier: Public — stable, supported for third-party integration.
Returns an OData-filterable, paged list of SKU groups.
Unlike most other OData list endpoints in this API, filtering here is applied in-memory: the full set of the organisation's groups is loaded first, then the OData options are applied — this endpoint does not push the filter down to the database.
Request
Responses
- 200
- 400
- 401
- 403
Returns a page of SkuGroups.SkuGroupSummaryDto.
The OData query failed validation (no body).
The caller is not authenticated.
The caller lacks SkuGroup Read permission.