Class StockLevelEvent
ID: "StockLevelEvent"
This event occurs when an inventory item stock status changes.
Stock Levels Guide
Inheritance
System.Object
StockLevelEvent
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class StockLevelEvent : EventBase
Constructors
StockLevelEvent()
Declaration
Properties
Avaliable
Declaration
public double Avaliable { get; set; }
Property Value
Type |
Description |
System.Double |
|
ItemID
Declaration
public int ItemID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Status
either 'in-stock' to 'out-of-stock', or 'out-of-stock' to 'in-stock')
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusIndex
Declaration
public int StatusIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WarehouseID
Declaration
public int WarehouseID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|