Update Sku Group Name
POST/api/skugroups/updateskugroupname
Tier: Public — stable, supported for third-party integration.
Renames an existing SKU group name.
Same uniqueness rule as SkuGroupController.CreateSkuGroupName(...): Name must be unique
per organisation, case-insensitive, among non-deleted names.
Request
Responses
- 200
- 400
- 401
- 403
Returns the updated SkuGroups.SkuGroupNameDetailDto.
Id does not match an existing name, or the new Name collides with another non-deleted name (error array).
The caller is not authenticated.
The caller lacks SkuGroup Update permission.