Skip to main content
Skip to main content

AdminPostProductCategoriesCategoryReq

The details to update of the product category.

Properties

namestring
The name to identify the Product Category by.
handlestring
A handle to be used in slugs.
ranknumber
The 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.
descriptionstring
An optional text field to describe the Product Category by.
is_internalboolean
A flag to make product category an internal category for admins
is_activeboolean
A flag to make product category visible/hidden in the store front
parent_category_idnull | string
The ID of the parent product category
Was this section helpful?