ProductCategoryDTO
A product category's data.
The associated child categories.
created_at
string | DateRequiredWhen the product category was created.
description
stringThe description of the product category.
handle
stringThe handle of the product category. The handle can be used to create slug URL paths.
id
stringRequiredThe ID of the product category.
is_active
booleanWhether the product category is active.
is_internal
booleanWhether the product category is internal. This can be used to only show the product category to admins and hide it from customers.
name
stringRequiredThe name of the product category.
The associated parent category.
rank
numberThe ranking of the product category among sibling categories.
updated_at
string | DateRequiredWhen the product category was updated.
Was this section helpful?