Class CombineProductsData.ProductInfo
- Namespace
- Dynamicweb.Ecommerce.Variants
- Assembly
- Dynamicweb.Ecommerce.dll
Product information
public class CombineProductsData.ProductInfo
- Inheritance
-
CombineProductsData.ProductInfo
- Inherited Members
Properties
AutoId
public long AutoId { get; set; }
Property Value
Number
public string Number { get; set; }
Property Value
ProductId
public string ProductId { get; set; }
Property Value
SelectedVariantCombinations
public IEnumerable<string[]> SelectedVariantCombinations { get; set; }
Property Value
VariantId
public string VariantId { get; set; }