Click or drag to resize

InventoryResponse Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.RequestsInventoryResponse

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Requests
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class InventoryResponse : IDisposable

The InventoryResponse type exposes the following members.

Constructors
  NameDescription
Public methodInventoryResponse
Initializes a new instance of the InventoryResponse class
Top
Properties
  NameDescription
Public propertyBaseUnitOfMeasure
Public propertyItemId
Public propertyQtyActualInventory
QtyInventory – QtySoldNotPosted – Quantity reserved by Customer Order
Public propertyQtyExpectedStock
Quantity on purchase order
Public propertyQtyInventory
Total inventory
Public propertyQtySoldNotPosted
Quantity that has been sold through a POS transaction but not posted by a statement yet
Public propertyReorderPoint
Value calculated by the Replenishment module if the Replenishment module is active. If the Replenishment module is not active or the replenishment calculation for the item has not been run the return value is 0
Public propertyStoreId
Public propertyVariantId
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the InventoryResponse
Top
See Also