Product Category
Class name: ProductCategory
| Property | Type | Description | Required |
|---|---|---|---|
| name | string | The name of the product category | Yes |
| slug | string | The slug of the product category | Yes |
| status | enum | The status of the product category. Options: published, draft | Yes |
| parentId | string | The id of the parent category (if this is a subcategory). In a case where this is a sub-sub-category, this will be the parentID/sub-parentID. | No |
| description | string | The description of the product category. 300 characters max | No |
| imageId | string | The id of the image associated with the product category | No |
note
Product categories can only be created by admins