Skip to main content
Skip to main content

UpdateProductCategoryDTO

The data to update in a product category.

namestring
The name of the product category.
handlestring
The handle of the product category.
is_activeboolean
Whether the product category is active.
is_internalboolean
Whether the product category is internal. This can be used to only show the product category to admins and hide it from customers.
ranknumber
The ranking of the category among sibling categories.
parent_category_idnull | string
The ID of the parent product category, if it has any.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?