UpdateProductCategoryDTO
The data to update in a product category.
name
stringThe name of the product category.
handle
stringThe handle 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.
rank
numberThe ranking of the category among sibling categories.
parent_category_id
null | stringThe ID of the parent product category, if it has any.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?