Create Sku Group Name
POST/api/skugroups/createskugroupname
Tier: Public — stable, supported for third-party integration.
Creates a new SKU group name.
Name is required and must be unique per organisation, case-insensitive, among non-deleted names.
Request
Responses
- 200
- 400
- 401
- 403
Returns the created SkuGroups.SkuGroupNameDetailDto.
Name is missing, or a non-deleted name already exists with the same value (error array).
The caller is not authenticated.
The caller lacks SkuGroup Create permission.