Category
A taxonomy category. Always addressed by customId.
customIdstringrequired
Client-defined custom identifier of the category.
Example:
footwearnamestringrequired
Display name of the category.
Example:
Footweardescriptionstringnullable
Free-text description. May be an empty string.
Example:
All footwear productsbusinessIdstringnullable
Business identifier of the category (stored as the taxonomy level's business-id attribute). Empty string when the level has no business-id attribute or none was set. Immutable after creation.
Example:
FW-001parentCustomIdstringnullable
Custom ID of the parent category (one level up). Null for a root node.
Example:
appareltaxonomyLevelCustomIdstringrequired
Custom ID of the taxonomy level this category belongs to.
Example:
product_linetaxonomyCustomIdstring
Custom ID of the taxonomy the level belongs to.
Example:
productlastUpdatedSourcestringnullable
Origin of the last write (e.g. api, manual).
Example:
apicreatedAtdate-time
Creation timestamp (ISO 8601).
Example:
2026-06-15T10:30:00ZupdatedAtdate-time
Last-update timestamp (ISO 8601).
Example:
2026-06-20T14:45:00ZCategory
{
"customId": "footwear",
"name": "Footwear",
"description": "All footwear products",
"businessId": "FW-001",
"parentCustomId": "apparel",
"taxonomyLevelCustomId": "product_line",
"taxonomyCustomId": "product",
"lastUpdatedSource": "api",
"createdAt": "2026-06-15T10:30:00Z",
"updatedAt": "2026-06-20T14:45:00Z"
}