Skip to content

Commit 8e6fd91

Browse files
Added a table of built-in attributes (#3181)
* Added a table of built-in attributes * Apply suggestion from @julitafalcondusza Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com> --------- Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
1 parent 3a69dc4 commit 8e6fd91

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/product_catalog/products.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ Typical product attribute examples are: length, weight, color, format, and more.
3535

3636
The following attribute types are available:
3737

38-
- checkbox
39-
- color
40-
- [date and time](date_and_time.md)
41-
- float
42-
- integer
43-
- measurement (`measurement_range` and `measurement_single`)
44-
- selection
45-
- [symbol](symbol_attribute_type.md)
38+
| Name | Identifier | Description |
39+
|------|------------|-------------|
40+
| Checkbox | `checkbox` | Boolean attribute with a true/false value. |
41+
| Color | `color` | Color value stored as a hex code. |
42+
| [Date and time](date_and_time.md) | `datetime` | Date and time value with configurable accuracy levels. |
43+
| Float | `float` | Decimal number value. |
44+
| Integer | `integer` | Integer number value. |
45+
| Selection | `selection` | A value selected from a predefined list of labeled options. |
46+
| [Symbol](symbol_attribute_type.md) | `symbol` | String value with an enforced format, suitable for standardized identifiers such as EAN or ISBN. |
4647

4748
Product attributes are collected in groups.
4849
An example of an attribute group can be dimensions (length, width, height).

0 commit comments

Comments
 (0)