SimplePIM supports flexible metadata fields that allow you to extend product data beyond the standard fields. This enables you to track any custom information specific to your business needs.
SimplePIM automatically detects and supports these metadata types:
| Type | Description | Example |
|---|---|---|
| String | Text values | "Premium", "Made in Finland" |
| Number | Numeric values | 42, 3.14, -10 |
| Boolean | True/false values | true, false |
| JSON | Complex data structures | {"color": "red", "sizes": 1,2,3} |
Common metadata use cases:
Metadata fields can be displayed as columns in the product list:
This allows you to see custom data at a glance without opening each product.
Use metadata fields in filters:
For JSON metadata, use path queries:
$.color - Access the color property$.specs.weight - Access nested properties$.tags[0] - Access array elementsMetadata values can be included in label templates:
{{product.metadata.color}}
{{product.metadata.material}}
This allows labels to display custom product information.
color, weight_kg, supplier_code