Skip to main content
POST
Create ProductGroup

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

A product group bundles related products together for catalog organization.

active
boolean | null
description
string
name
string
order
integer<int32>
overviewMarkdown
string
products
object[] | null

Response

Created ProductGroup

A product group bundles related products together for catalog organization.

active
boolean | null
required
changeSequence
integer<int32>
required
createdOn
string<date-time>
required
description
string
required
id
string
required
name
string
required
order
integer<int32>
required
overviewMarkdown
string
required
products
object[] | null
required
searchText
string
required
updatedOn
string<date-time>
required
uuid
string
required