Search

Index

Revindex Storefront

Product Variant Group

Last updated on 2020-06-02 2 mins. to read

The product variant group allows you to regroup the different options available for your variants. To import/export product variant groups, go to Catalog > Products from the Storefront module menu. Click on the Import or Export link. Then select "Product variant group".

Column Type Data required Description Example
Act String Yes  Type of import action to perform (Insert = i, Update = u, Delete = d) i
ProductVariantGroupID Integer Yes/No Database object identifier. This value is required when performing an update or delete action if the ProductVariantGroupKey is not provided. 9
ProductVariantGroupKey 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. If you don't specify a value, the system will generate a unique key for you during insertion. This key can be used to lookup the object if the ProductVariantGroupID is not specified. apple-ipad-colors
CreateDate DateTime No    
DisplayOrder Integer Yes Sort order for display. 1000
FieldType Integer Yes The type of control to display. DropDownList = 1, RadioButtonList = 2, ColorPicker = 3, ImageSwatch = 4 2
HelpText String No Localized help text.  
Name String Yes Localized name.  
ProductID Integer Yes/No Associate the product object by its ProductID. If you specify ProductID, the ProductKey will be ignored. 12
ProductKey String Yes/No Associate the product object by its ProductKey. If you specify ProductID, the ProductKey will be ignored. apple
UpdateDate DateTime No    

Comments


Powered by Revindex Wiki