Get Sku Groups For Place
GET/api/skugroups/getskugroupforplace/:id
Tier: Public — stable, supported for third-party integration.
Returns the SKU groups visible for a place — the groups whose place list includes the given place, plus optionally any "global" group (a group with no places at all).
On failure, the error response is built from the SKU-group-name service's response codes rather than the SKU-group service that actually ran the query (see the controller-level quirk note).
Request
Responses
- 200
- 400
- 401
- 403
Returns a list of SkuGroups.SkuGroupSummaryDto.
The service call failed (see remarks).
The caller is not authenticated.
The caller lacks SkuGroup Read permission.