Class Stock
Stores stock information for a product sku
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class Stock
- Inheritance
-
Stock
- Inherited Members
Properties
ConcurrencyToken
public Guid ConcurrencyToken { get; set; }
Property Value
ContinueSellingWithNoStock
public bool ContinueSellingWithNoStock { get; set; }
Property Value
DisableTracking
public bool DisableTracking { get; set; }
Property Value
Sku
public string Sku { get; set; }
Property Value
StockLevel
public int StockLevel { get; set; }