Create Terms
Create terms for a product.
post
Path parameters
productIdstringRequired
Body
namestringOptional
descriptionstring | nullableOptional
displayOrderinteger · int32 | nullableOptional
Responses
201
Created
application/json
400
Bad Request
application/json
403
Forbidden
application/json
500
Internal Server Error
post
POST /public/v1/catalog/products/{productId}/terms HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"name": "text",
"description": "text",
"displayOrder": 1
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-06T09:18:27.519Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-06T09:18:27.519Z",
"by": "[Circular Reference]"
},
"published": {
"at": "2025-08-06T09:18:27.519Z",
"by": "[Circular Reference]"
},
"pending": {
"at": "2025-08-06T09:18:27.519Z",
"by": "[Circular Reference]"
},
"unpublished": {
"at": "2025-08-06T09:18:27.519Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"description": "text",
"displayOrder": 1,
"status": "text",
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
}
}
Last updated
Was this helpful?