Last updated
Was this helpful?
Last updated
Was this helpful?
Get a list of all terms for a product.
GET /public/v1/catalog/products/{productId}/terms HTTP/1.1
Host:
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-06-01T23:14:02.232Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-06-01T23:14:02.232Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-06-01T23:14:02.232Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-06-01T23:14:02.232Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-06-01T23:14:02.232Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"description": "text",
"displayOrder": 1,
"status": "text",
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
}
}
]
}