The category object

This entity describes a categories object.

AttributeDescriptionExample
id stringUnique category ID.cat_0b5f49fb31c3bf6ab0
name stringCategory name.Sixth
hierarchy integerDefines the category hierarchy.6
created_at stringTimestamp representing the date and time when the category was created in ISO 8601 format.2022-07-13T06:21:36.852Z
object stringType of the object represented by JSON. Value is category.category (default)
{
    "id": "cat_0b5f49fb31c3bf6ab0",
    "name": "Sixth",
    "hierarchy": 6,
    "created_at": "2022-07-13T06:21:36.852Z",
    "object": "category"
}