| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique identifier for the resource. | [optional] |
| name | String | Category name. | [optional] |
| slug | String | An alphanumeric identifier for the resource unique to its type. | [optional] |
| parent | Integer | The ID for the parent of the resource. | [optional] |
| description | String | HTML description of the resource. | [optional] |
| display | DisplayEnum | Category archive display type. | [optional] |
| image | WooCommerceProductBrandImage | [optional] | |
| menuOrder | Integer | Menu order, used to custom sort the resource. | [optional] |
| count | Integer | Number of published products for the resource. | [optional] |
| Name | Value |
|---|---|
| DEFAULT | "default" |
| PRODUCTS | "products" |
| SUBCATEGORIES | "subcategories" |
| BOTH | "both" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |