Class ProductVariantMoveSetting
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a common class for moving of entities between products and variants.
public class ProductVariantMoveSetting
- Inheritance
-
ProductVariantMoveSetting
- Derived
-
- Inherited Members
-
Properties
NewProductId
public string? NewProductId { get; set; }
Property Value
- string
NewVariantId
public string? NewVariantId { get; set; }
Property Value
- string
PreviousProductId
public string? PreviousProductId { get; set; }
Property Value
- string
PreviousVariantId
public string? PreviousVariantId { get; set; }
Property Value
- string