Product Attributes - codbex/codbex-olympus GitHub Wiki
Product attribute is a characteristic of the product like colour, design, etc.
ProductAttribute
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
- Module: https://github.com/codbex/codbex-products
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Product | INTEGER | - | - | yes | Reference to the product entity | |
Name | VARCHAR | 200 | no | - | - | Name of the attribute |
Value | VARCHAR | 200 | no | - | - | Value of the attribute |