This entity describes a categories object.
Attribute | Description | Example |
---|---|---|
id string | Unique category ID. | cat_0b5f49fb31c3bf6ab0 |
name string | Category name. | Sixth |
hierarchy integer | Defines the category hierarchy. | 6 |
created_at string | Timestamp representing the date and time when the category was created in ISO 8601 format. | 2022-07-13T06:21:36.852Z |
object string | Type 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"
}