Table of Contents

Class StockUnitIdentifier

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll
public class StockUnitIdentifier
Inheritance
StockUnitIdentifier
Inherited Members

Properties

ProductId

Gets or sets the product id.
public string ProductId { get; set; }

Property Value

string

ProductNumber

Gets or sets the product number
public string ProductNumber { get; set; }

Property Value

string

StockLocationId

Gets or sets the stock location id.
public long StockLocationId { get; set; }

Property Value

long

UnitId

Gets or sets the unit id.
public string UnitId { get; set; }

Property Value

string

VariantId

Gets or sets the variant id.
public string VariantId { get; set; }

Property Value

string
To top