Search

Index

Revindex Storefront

Product Part

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

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

Column Type Data required Description Example
Act String No Type of import action to perform (Insert = i, Update = u, Delete = d) i
ProductPartID Integer Yes/No Database object identifier. This value is required when performing an update or delete action. 38
CreateDate DateTime No    
DefaultQuantity Integer Yes The default quantity for the product part. 1
DisplayOrder Integer Yes Sort display order. 1000
MaxOrderQuantity Integer No The maximum quantity for this product part that can be ordered in the bundle.  
MinOrderQuantity Integer No The minimum quantity for this product part that can be ordered in the bundle.  
ModifierRule XML Rule No Product part modifier rule.  
ProductComponentID Integer Yes/No Reference the corresponding product component by its ProductComponentID. If you specify ProductComponentID, the ProductComponentKey will be ignored. 35
ProductComponentKey String Yes/No Reference the corresponding product component by its ProductComponentKey. If you specify ProductComponentID, the ProductComponentKey will be ignored.  
ProductVariantID Integer Yes/No Associate this product part 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. 75
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.  
Selected Boolean Yes Specify if this product part is selected by default and participate in the bundled product. True
ShowPrice Boolean Yes Specify if the price of the product part is shown to the customer. True
ShowQuantity Boolean Yes Specify if the customer is allowed to edit the quantity. False
UpdateDate DateTime No    

Comments


Powered by Revindex Wiki