AdminPostProductCategoriesReq
The details of the product category to create.
Properties
name
stringRequiredThe name of the product category
metadata
Record<string, unknown>An optional set of key-value pairs to hold additional information.
description
stringThe description of the product category.
handle
stringThe 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_internal
booleanIf set to
true
, the product category will only be available to admins.is_active
booleanIf set to
false
, the product category will not be available in the storefront.parent_category_id
null | stringThe ID of the parent product category
Was this section helpful?