Create Sku Group
POST/api/skugroups/createskugroup
Tier: Public — stable, supported for third-party integration.
Creates a new SKU group.
SkuGroupNameId must reference an existing, non-deleted
SkuGroups.SkuGroupNameDetailDto. Every
id in SkuIds must exist in the organisation — an unknown SKU id fails validation.
Unknown ids in PlaceIds are silently dropped rather than causing a failure.
Duplicate SKU ids within the request are silently de-duplicated.
Request
Responses
- 200
- 400
- 401
- 403
Returns the created SkuGroups.SkuGroupDetailDto.
SkuGroupNameId is missing or unknown, or one of the SkuIds does not exist (error array).
The caller is not authenticated.
The caller lacks SkuGroup Create permission.