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