CreateProductCategoryDTO
A product category to create.
Properties
handlestringThe product category's handle.
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.
namestringRequiredThe product category's name.
parent_category_idnull | stringRequiredThe ID of the parent product category, if it has any.
ranknumberThe ranking of the category among sibling categories.
Was this section helpful?