Attributes Format
Header Name | Supported Import Types | Implementation Class | Value Format |
---|---|---|---|
attributes[key] |
Product, Sku, Category, Customer | SingleAttributeCellProcessor | value |
skuAttributes[key] |
defaultSku | SingleAttributeCellProcessor | value |
Example Product import:
externalId,retailPrice,name,manufacturer,longDescription,defaultCategory,url
hand-drawn-shirt,10.99,Hand Drawn Shirt,Broadleaf,Some Description,top-level-category,/hand-drawn-shirt
externalId,retailPrice,name,manufacturer,longDescription,defaultCategory,url,attributes[spiceLevel],attributes[isCloseOut]
hot-sauce,3.99,Special Hot Sauce,Broadleaf,My Long Description,hot-sauces,/special-hot-sauce,4,false
hand-drawn-shirt,10.99,Hand Drawn Shirt,Broadleaf,Some Description,top-level-category,/hand-drawn-shirt,,true
This will create the following product attributes
Key | Value | Product Reference |
---|---|---|
spiceLevel | 4 | hot-sauce |
isCloseOut | false | hot-sauce |
isCloseOut | true | hand-drawn-shirt |