Search

Index

Revindex Storefront

Product Variant Group Option

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

The product variant group options are the individual selections (e.g. red, blue, green) that make up a product variant group (e.g. colors). To import/export product variant group options, go to Catalog > Products from the Storefront module menu. Click on the Import or Export link. Then select "Product variant group option".

Column Type Data required Description Example
Act String Yes  Type of import action to perform (Insert = i, Update = u, Delete = d) i
ProductVariantGroupOptionID Integer Yes/No Database object identifier. This value is required when performing an update or delete action if the ProductVariantGroupOptionKey is not provided. 16
ProductVariantGroupOptionKey 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 ProductVariantGroupOptionID is not specified. apple-ipad-colors-blue
ColorCode String Yes/No The color code used if this group option is a color swatch type. #FCFCFC
CreateDate DateTime No    
DisplayOrder Integer Yes Sort order for display. 1000
Name String No Localized name.  
ProductVariantGroupID Integer Yes/No Associate the product variant group object by its ProductVariantGroupID. If you specify ProductVariantGroupID, the ProductVariantGroupKey will be ignored. 12
ProductVariantGroupKey String Yes/No Associate the product object by its ProductVariantGroupKey. If you specify ProductVariantGroupID, the ProductVariantGroupKey will be ignored. apple
StageImageFile String Yes/No The image file is needed if the ProductVariantGroup Field type specifies an ImageSwatch type. The file path of the image is relative to the portal root. Do not specify the path to the portals folder (e.g. "portals\0\") Temp\1.jpg
UpdateDate DateTime No    

 

Comments


Powered by Revindex Wiki