Skip to main content
Skip to main content

ProductCategoryDTO

A product category's data.

idstringRequired
The ID of the product category.
namestringRequired
The name of the product category.
category_childrenProductCategoryDTO[]Required
The associated child categories.
created_atstring | DateRequired
When the product category was created.
updated_atstring | DateRequired
When the product category was updated.
descriptionstring
The description of the product category.
handlestring
The handle of the product category. The handle can be used to create slug URL paths.
is_activeboolean
Whether the product category is active.
is_internalboolean
Whether the product category is internal. This can be used to only show the product category to admins and hide it from customers.
ranknumber
The ranking of the product category among sibling categories.
parent_categoryProductCategoryDTO
The associated parent category.
Was this section helpful?