Skip to main content
POST
Create Products

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 represents a purchasable offering on the Kodexa platform.

description
string
imageUrl
string
name
string
overviewMarkdown
string
productGroup
object | null

A product group bundles related products together for catalog organization.

productGroupId
string | null
projectTemplates
any[] | null

Response

Created Products

A product represents a purchasable offering on the Kodexa platform.

changeSequence
integer<int32>
required
createdOn
string<date-time>
required
description
string
required
id
string
required
imageUrl
string
required
name
string
required
overviewMarkdown
string
required
productGroup
object | null
required

A product group bundles related products together for catalog organization.

productGroupId
string | null
required
projectTemplates
any[] | null
required
searchText
string
required
updatedOn
string<date-time>
required
uuid
string
required