Table of Contents

Class Stock

Namespace
Rescope.Commerce.Core.Entities
Assembly
Rescope.Commerce.Core.dll

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

Guid

ContinueSellingWithNoStock

public bool ContinueSellingWithNoStock { get; set; }

Property Value

bool

DisableTracking

public bool DisableTracking { get; set; }

Property Value

bool

Sku

public string Sku { get; set; }

Property Value

string

StockLevel

public int StockLevel { get; set; }

Property Value

int