Search

Index

Revindex Storefront

Product Component

Last updated on 2020-11-25 2 mins. to read

To export product components, go to Catalog > Products from the Storefront module menu. Click on the Export link. Select Export from "Product component".

Column Type Data required Description Example
Act String No Type of import action to perform (Insert = i, Update = u, Delete = d) i
ProductComponentID Integer Yes/No Database object identifier. This value is required when performing an update or delete action if the ProductComponentKey is not provided. 38
ProductComponentKey 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 ProductComponentID is not specified. apple-bundled
ComponentType Integer Yes Specify the type of component

Implicit = 1, Explicit = 2, Multiple = 3, Single = 4
1
CreateDate DateTime No    
DisplayOrder Integer Yes Sort display order. 1000
Name String Yes    
ProductVariantID Integer Yes/No Associate this component to the product variant by its ProductVariantID. If you specify ProductVariantID, the ProductVariantKey will be ignored. If you specify the ProductVariantID, you must not specify the ProductID. 12
ProductVariantKey String Yes/No Associate this component to the product variant by its ProductVariantKey. If you specify ProductVariantID, the ProductVariantKey will be ignored. If you specify the ProductVariantID, you must not specify the ProductID.  
UpdateDate DateTime No    

Comments


Powered by Revindex Wiki