CategoryListResponse
Paginated list of taxonomy categories, wrapped in the platform response envelope.
Echoes the HTTP status code.
200Echoes the HTTP status code (alias of code for legacy consumers).
200Total number of categories matching the filters. Page through the collection by adjusting limit and offset against this value.
42results object[]
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:00Z{
"code": 200,
"status": 200,
"count": 42,
"results": [
{
"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"
}
]
}