curl --request POST \
--url https://platform.kodexa.ai/api/products \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"hasQuantity": true,
"id": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"numberOfCredits": 123,
"order": 123,
"overviewMarkdown": "<string>",
"price": 123,
"priceId": "<string>",
"priceSuffix": "<string>",
"productGroup": {
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": [
{}
],
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productGroupId": "<string>",
"projectTemplates": [
"aSDinaTvuI8gbWludGxpZnk="
],
"promoted": true,
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"hasQuantity": true,
"id": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"numberOfCredits": 123,
"order": 123,
"overviewMarkdown": "<string>",
"price": 123,
"priceId": "<string>",
"priceSuffix": "<string>",
"productGroup": {
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": [
{}
],
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productGroupId": "<string>",
"projectTemplates": [
"aSDinaTvuI8gbWludGxpZnk="
],
"promoted": true,
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new Products. Products represent purchasable offerings on the Kodexa platform.
curl --request POST \
--url https://platform.kodexa.ai/api/products \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"hasQuantity": true,
"id": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"numberOfCredits": 123,
"order": 123,
"overviewMarkdown": "<string>",
"price": 123,
"priceId": "<string>",
"priceSuffix": "<string>",
"productGroup": {
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": [
{}
],
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productGroupId": "<string>",
"projectTemplates": [
"aSDinaTvuI8gbWludGxpZnk="
],
"promoted": true,
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"hasQuantity": true,
"id": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"numberOfCredits": 123,
"order": 123,
"overviewMarkdown": "<string>",
"price": 123,
"priceId": "<string>",
"priceSuffix": "<string>",
"productGroup": {
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": [
{}
],
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
},
"productGroupId": "<string>",
"projectTemplates": [
"aSDinaTvuI8gbWludGxpZnk="
],
"promoted": true,
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
A product represents a purchasable offering on the Kodexa platform.
Show child attributes
Created Products
A product represents a purchasable offering on the Kodexa platform.
Show child attributes