ProductCategoryDTO
A product category's data.
The associated child categories.
created_atstring | DateRequiredWhen the product category was created.
idstringRequiredThe ID of the product category.
namestringRequiredThe name of the product category.
updated_atstring | DateRequiredWhen the product category was updated.
descriptionstringThe description of the product category.
handlestringThe handle of the product category. The handle can be used to create slug URL paths.
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.
The associated parent category.
ranknumberThe ranking of the product category among sibling categories.
Was this section helpful?