curl --request GET \
--url https://platform.kodexa.ai/api/product-groups/{id} \
--header 'x-api-key: <api-key>'{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": [
{
"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": {},
"productGroupId": "<string>",
"projectTemplates": [
"aSDinaTvuI8gbWludGxpZnk="
],
"promoted": true,
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
],
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single ProductGroup by its unique identifier. Product groups bundle related products together.
curl --request GET \
--url https://platform.kodexa.ai/api/product-groups/{id} \
--header 'x-api-key: <api-key>'{
"active": true,
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"order": 123,
"overviewMarkdown": "<string>",
"products": [
{
"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": {},
"productGroupId": "<string>",
"projectTemplates": [
"aSDinaTvuI8gbWludGxpZnk="
],
"promoted": true,
"searchText": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
],
"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.
Unique identifier (UUID) of the resource.
The ProductGroup
A product group bundles related products together for catalog organization.