SaaS CMS has officially launched! Learn more now.

Interface IWarehouseInventory

Namespace: Mediachase.Commerce.Inventory
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
[Obsolete("Use Mediachase.Commerce.InventoryService.InventoryRecord instead. Will remain until at least October 2017.")]
public interface IWarehouseInventory

Properties

AllowBackorder

Represents whether to allow backorders.

Declaration
bool AllowBackorder { get; }
Property Value
Type Description
System.Boolean

AllowPreorder

Represents whether to allow pre-orders.

Declaration
bool AllowPreorder { get; }
Property Value
Type Description
System.Boolean

BackorderAvailabilityDate

Represents the availability date for the inventory's backorders.

Declaration
DateTime? BackorderAvailabilityDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

BackorderQuantity

Represents the inventory's backorder quantity.

Declaration
decimal BackorderQuantity { get; }
Property Value
Type Description
System.Decimal

CatalogKey

Gets the catalog entry key.

Declaration
CatalogKey CatalogKey { get; }
Property Value
Type Description
CatalogKey

The catalog entry key.

InStockQuantity

Represents the inventory's in-stock quantity.

Declaration
decimal InStockQuantity { get; }
Property Value
Type Description
System.Decimal

InventoryStatus

Indicates whether or not current inventory amount is used in determining if an order can be completed.

Declaration
InventoryTrackingStatus InventoryStatus { get; }
Property Value
Type Description
InventoryTrackingStatus

PreorderAvailabilityDate

Represents the availability date for the inventory's pre-orders.

Declaration
DateTime? PreorderAvailabilityDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

PreorderQuantity

Represents the inventory's pre-order quantity.

Declaration
decimal PreorderQuantity { get; }
Property Value
Type Description
System.Decimal

ReorderMinQuantity

Represents the inventory's minimum re-order quantity.

Declaration
decimal ReorderMinQuantity { get; }
Property Value
Type Description
System.Decimal

ReservedQuantity

Represents the inventory's reserved quantity.

Declaration
decimal ReservedQuantity { get; }
Property Value
Type Description
System.Decimal

WarehouseCode

Represents the unique warehouse code.

Declaration
string WarehouseCode { get; }
Property Value
Type Description
System.String

Extension Methods