ProductCategoryDTO
A product category's data.
Properties
The associated child categories. It may only be available if the category_children relation is expanded.
category_children relation is expanded.created_atstring | DateRequiredWhen the product category was created.
descriptionstringThe description of the product category.
handlestringThe handle of the product category. The handle can be used to create slug URL paths.
idstringRequiredThe ID of the product category.
is_activebooleanWhether the product category is active.
is_internalbooleanWhether the product category is internal. This can be used to only show the product category to admins and hide it from customers.
namestringRequiredThe name of the product category.
parent_categoryProductCategoryDTOThe associated parent category. It may only be available if the parent_category relation is expanded.
parent_categoryProductCategoryDTOparent_category relation is expanded.ranknumberThe ranking of the product category among sibling categories.
updated_atstring | DateRequiredWhen the product category was updated.
Was this section helpful?