UpdateProductCategoryDTO
The data to update in a product category.
Properties
handlestringThe handle 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.
metadataRecord<string, unknown>Holds custom data in key-value pairs.
namestringThe name of the product category.
parent_category_idnull | stringThe ID of the parent product category, if it has any.
ranknumberThe ranking of the category among sibling categories.
Was this section helpful?