Get Single Sku Group
GET/api/skugroups/getskugroup/:id
Tier: Public — stable, supported for third-party integration.
Returns full detail for a single SKU group.
On not-found, the error response is built from the SKU-group-name service's response codes rather than the SKU-group service that actually ran the lookup — the 400 body is typically an empty array (see the controller-level quirk note).
Request
Responses
- 200
- 400
- 401
- 403
Returns the SkuGroups.SkuGroupDetailDto.
{id} does not match an existing group (see remarks).
The caller is not authenticated.
The caller lacks SkuGroup Read permission.