AdminPostProductCategoriesCategoryReq
The details to update of the product category.
Properties
name
stringThe name to identify the Product Category by.
handle
stringA handle to be used in slugs.
rank
numberThe rank of the category in the tree node (starting from 0)
metadata
Record<string, unknown>An optional set of key-value pairs to hold additional information.
description
stringAn optional text field to describe the Product Category by.
is_internal
booleanA flag to make product category an internal category for admins
is_active
booleanA flag to make product category visible/hidden in the store front
parent_category_id
null | stringThe ID of the parent product category
Was this section helpful?