CategoryResponse
A single taxonomy category, wrapped in the platform response envelope.
Client-defined custom identifier of the category.
footwearDisplay name of the category.
FootwearFree-text description. May be an empty string.
All footwear productsBusiness 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.
FW-001Custom ID of the parent category (one level up). Null for a root node.
apparelCustom ID of the taxonomy level this category belongs to.
product_lineCustom ID of the taxonomy the level belongs to.
productOrigin of the last write (e.g. api, manual).
apiCreation timestamp (ISO 8601).
2026-06-15T10:30:00ZLast-update timestamp (ISO 8601).
2026-06-20T14:45:00ZEchoes the HTTP status code.
200Echoes the HTTP status code (alias of code for legacy consumers).
200{
"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",
"code": 200,
"status": 200
}