Relations Overview
| Relationship | Type | Description |
|---|---|---|
| SecondaryCategory → ProductCategory (Product Module) | Read-only - has one | A secondary category references a product category |
Data Models
SecondaryCategory
This documentation provides a reference to the SecondaryCategory data model. It belongs to the Secondary Categories Module.| Field | Type | Description |
|---|---|---|
id | PrimaryKeyModifier<IdProperty> | The ID of the secondary category. |
category_id | TextProperty | The ID of the product category that this secondary category references. |