
Attributes are shared across your project. When you create an attribute, it becomes available for assignment to any product family.
Attribute Types
WISEPIM supports a range of attribute types to cover different kinds of product data:| Type | Use case | Example |
|---|---|---|
| Text | Short single-line values | Product name, SKU, brand |
| Text Area | Longer multi-line content | Descriptions, care instructions |
| Number | Whole numbers | Warranty years, piece count |
| Decimal | Numbers with decimals | Weight, dimensions, price |
| Date | Date values | Release date, expiry date |
| DateTime | Date and time values | Sale start time |
| Select | Single choice from a list | Size (S, M, L), Color |
| Multi-Select | Multiple choices from a list | Compatible devices, features |
| Boolean | True/false toggle | Waterproof, wireless |
| Color | Color picker | Primary color |
| Image | Image upload | Product photo, diagram |
| File | File upload | User manual, certificate |
Creating an Attribute

Fill in basic information
Enter a Label (the human-readable name), a unique Code (the technical identifier), and select the Type.
Configure properties
Set whether the attribute is required, unique, filterable, searchable, or visible in product forms.
Set validation and AI options
Optionally configure validation rules (character limits, number ranges, patterns) and AI enrichment settings (enrichable, confidence threshold, word limits).
Attribute Properties
Each attribute has several configurable properties:- Required — Must be filled in for all products that use this attribute.
- Unique — No two products can have the same value for this attribute.
- Filterable — Can be used to filter the product list.
- Searchable — Included in product search results.
- Visible — Shown in product forms and displays.
Validation Rules
You can set validation rules per attribute to enforce data quality:- Text length — Minimum and maximum character limits
- Number ranges — Acceptable min/max values for numeric fields
- Pattern matching — Regular expressions for format enforcement (e.g., EAN codes)
AI Enrichment Settings

- AI Enrichable — Allow AI to suggest or generate values for this attribute
- Confidence Threshold — Minimum confidence level for AI-generated content
- Review Required — Whether a human must review AI suggestions before they are applied
- Word Limits — Min/max word counts for AI-generated text
Data Cleaning
Built-in cleaning rules help keep attribute data consistent:- Trim Whitespace — Remove leading and trailing spaces
- Remove Empty — Clear out meaningless empty values
- Normalize Case — Standardize text capitalization
- Format Standardization — Apply consistent formatting
Organizing with Attribute Groups
Attribute groups let you bundle related attributes together for a cleaner product form. For example, you might group “Width”, “Height”, and “Depth” under a “Dimensions” group.Troubleshooting
Attribute not showing in product forms
- Check that the attribute is marked as Visible.
- Verify the attribute is assigned to the product’s family.
- Confirm the attribute group is not collapsed or hidden.
Validation errors during data entry
- Review the validation rules for overly strict settings.
- Check for conflicting rules (e.g., min value higher than max).
- Make sure error messages are clear so your team knows what to fix.
Inconsistent data across products
- Switch from free-text to Select or Multi-Select where possible.
- Enable data cleaning rules to normalize values automatically.
- Use the Data Quality tools to find and fix inconsistencies.

