- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ProductCategory - Product Module Data Models Reference
This documentation provides a reference to the ProductCategory data model. It belongs to the Product Module.
id
PrimaryKeyModifier<IdProperty>The ID of the product category.
name
TextPropertyThe name of the product category
description
TextPropertyThe description of the product category
handle
TextPropertyThe unique handle of the product category
mpath
TextPropertyThe mpath of the product category
is_active
BooleanPropertyWhether the product category is active.
is_internal
BooleanPropertyWhether the product category is internal, meaning it's only available for admin users.
rank
NumberPropertyThe rank of the product category among its siblings.
The associated category_children.
The associated products.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
The associated parent_category.
Was this page helpful?