- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ProductCategoryDTO
A product category's data.
id
stringThe ID of the product category.
name
stringThe name of the product category.
description
stringThe description of the product category.
handle
stringThe handle of the product category. The handle can be used to create slug URL paths.
is_active
booleanWhether the product category is active.
is_internal
booleanWhether the product category is internal. This can be used to only show the product category to admins and hide it from customers.
rank
numberThe ranking of the product category among sibling categories.
The associated parent category.
parent_category_id
null | stringThe associated parent category id.
The associated child categories.
The associated products.
created_at
string | DateWhen the product category was created.
updated_at
string | DateWhen the product category was updated.
The ranking of the product category among sibling categories.
deleted_at
string | DateOptionalWhen the product category was deleted.
Was this page helpful?