To export product attribute definitions, go to Catalog > Attribute definitions from the Storefront module menu. Click on the Export link.
Column |
Type |
Data required |
Description |
Example |
Act |
String |
Yes |
Type of import action to perform (Insert = i, Update = u, Delete = d) |
i |
ProductAttributeDefinitionID |
Integer |
Yes/No |
Database object identifier. |
45 |
ProductAttributeDefinitionKey |
String |
Yes/No |
A unique key that can be used to uniquely identify this object. This could be a short meaningful text or simply a GUID. |
color |
Comparable |
Boolean |
Yes |
Determines if this attribute type can be used for product comparison. |
True |
CreateDate |
DateTime |
No |
|
|
Description |
String |
No |
Localized description. |
|
DisplayOrder |
Integer |
Yes |
Sort display order. |
1000 |
Filterable |
Boolean |
Yes |
Product list can filter by this attribute type. |
False |
HelpText |
String |
No |
Help displayed in tooltip. |
|
Name |
String |
Yes |
Localized name. |
Color |
ProductAttributeGroupID |
Integer |
No |
Associate this attribute to a product attribute group by its ProductAttributeGroupID. |
|
ProductAttributeType |
Integer |
Yes |
Boolean = 1,Integer = 2, Decimal = 3, String = 4, Selection = 5 |
3 |
Published |
Boolean |
Yes |
|
True |
Searchable |
Boolean |
Yes |
Product search can index this attribute. |
False |
StepSize |
Decimal |
Yes |
The incremental change for decimal attribute type input. |
1.0 |
UpdateDate |
DateTime |
No |
|
|