Class StockUnitIdentifier
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
public class StockUnitIdentifier
- Inheritance
-
StockUnitIdentifier
- Derived
- Inherited Members
Properties
ProductId
Gets or sets the product id.
public required string ProductId { get; set; }
Property Value
ProductNumber
Gets or sets the product number
public string? ProductNumber { get; set; }
Property Value
StockLocationId
Gets or sets the stock location id.
public long StockLocationId { get; set; }
Property Value
UnitId
Gets or sets the unit id.
public required string UnitId { get; set; }
Property Value
VariantId
Gets or sets the variant id.
public string? VariantId { get; set; }