Class InventoryRequestType
The operation being requested by an InventoryRequestItem.
Inheritance
Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class InventoryRequestType : EnumFields
Backorder
The request is for a backorder.
Declaration
public const InventoryRequestType BackorderField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
Cancel
Cancel an existing allocation. The operation keys of an existing allocation must be specified.
Declaration
public const InventoryRequestType CancelField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
Complete
Complete an existing allocation. The operation keys of an existing allocation must be specified.
Declaration
public const InventoryRequestType CompleteField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
Custom
Executes a custom, provider-specific operation. The operation should be further described in the context property.
Declaration
public const InventoryRequestType CustomField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
Preorder
The request is for a preorder.
Declaration
public const InventoryRequestType PreorderField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
Purchase
The request is for a purchase.
Declaration
public const InventoryRequestType PurchaseField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
PurchaseOrPreorder
The request is for a purchase or a preorder. The system will compare the order date with the purchase and preorder availability dates to determine the appropriate operation.
Declaration
public const InventoryRequestType PurchaseOrPreorderField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
Split
Splits an existing allocation into two parts. The operation keys of an existing allocation must be specified.
Declaration
public const InventoryRequestType SplitField Value
| Type | Description | 
|---|---|
| InventoryRequestType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
