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