AdminPostProductCategoriesCategoryReq
The details to update of the product category.
Properties
namestringThe name to identify the Product Category by.
handlestringA handle to be used in slugs.
ranknumberThe rank of the category in the tree node (starting from 0)
metadataRecord<string, unknown>An optional set of key-value pairs to hold additional information.
descriptionstringAn optional text field to describe the Product Category by.
is_internalbooleanA flag to make product category an internal category for admins
is_activebooleanA flag to make product category visible/hidden in the store front
parent_category_idnull | stringThe ID of the parent product category
Was this section helpful?