Get Skus For Lookup
GET/api/skus/get-filtered-skus-for-lookup
Tier: Public — stable, supported for third-party integration.
Returns an OData-filterable, paged list of lean SKU projections (Skus.SkuLookupDto)
for use in pickers/dropdowns.
Deliberately open to any authenticated user with no LocafiModule.Sku
permission check, so that other modules' pickers can resolve SKU names without also
requiring SKU module access.
Request
Responses
- 200
- 400
- 401
Returns a page of Skus.SkuLookupDto.
The OData query failed validation (no body), or the service call failed (error array).
The caller is not authenticated.