AdminPostProductCategoriesReq
The details of the product category to create.
Properties
namestringRequiredThe name of the product category
descriptionstringThe description of the product category.
handlestringThe handle of the product category. If none is provided, the kebab-case version of the name will be used. This field can be used as a slug in URLs.
is_activebooleanIf set to
false, the product category will not be available in the storefront.is_internalbooleanIf set to
true, the product category will only be available to admins.metadataRecord<string, unknown>An optional set of key-value pairs to hold additional information.
parent_category_idnull | stringThe ID of the parent product category
Was this section helpful?