Attribute List
Overview
Section titled “Overview”Attributes define the structured properties of your products — like material, weight, or color. Each attribute has a type, a set of properties, and (for select attributes) predefined options. Attributes are assigned to products to enrich their data and power search and variations.
Navigation
Section titled “Navigation”Sidebar: Attributes → Attribute List
URL: /admin/product-attributes
Attribute types
Section titled “Attribute types”MicroPIM supports five attribute types. The type controls how the value is entered and stored.
| Type | Value | Input | Notes |
|---|---|---|---|
| Integer | int | Number | Whole numbers |
| Boolean (Yes/No) | boolean | Checkbox | True/false toggle |
| Option (Select) | option | Select | Predefined options — can hold multiple values |
| Long Text | big_text | Textarea | Multi-line free text |
| Short Text | short_text | Text | Single-line free text |
Attribute properties
Section titled “Attribute properties”Every attribute has properties that control its behavior — code, scope, required, searchable, visibility, variation usage, and more. See the full reference on the Attribute Properties page.
Fields
Section titled “Fields”| Field | Description |
|---|---|
| Name | Attribute display name |
| Label | Label shown on forms |
| Code | Unique internal identifier (lowercase, a–z 0–9 _) |
| Type | One of the five attribute types |
| Scope | Global (platform-wide) or Private (your organization) |
| Options | Predefined values for Option attributes |
| Position | Display order in attribute lists and forms |
| Source | How the attribute was created (manual, imported, AI, auto) |
Actions
Section titled “Actions”- Add Attribute — create a new attribute
- Edit — modify attribute properties and options
- Manage Options — add, edit, or remove option values
- Reorder — change attribute display order
- Duplicate — copy an existing attribute
- Import — bulk-create attributes from a JSON file
- Delete — remove an attribute
Related
Section titled “Related”- Add Attribute — create a new attribute step by step
- Attribute Properties — full reference for every attribute property
- Attribute Groups — organize attributes with drag-and-drop groups
- Import Attributes — bulk import from a JSON template