Skip to main content

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

Returns the created SkuGroups.SkuGroupDetailDto.