Enum InventoryRequestType
The operation being requested by an InventoryRequestItem.
Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public enum InventoryRequestType
  Fields
| Name | Description | 
|---|---|
| Backorder | The request is for a backorder.  | 
      
| Cancel | Cancel an existing allocation. The operation keys of an existing allocation must be specified.  | 
      
| Complete | Complete an existing allocation. The operation keys of an existing allocation must be specified.  | 
      
| Custom | Executes a custom, provider-specific operation. The operation should be further described in the context property.  | 
      
| Preorder | The request is for a preorder.  | 
      
| Purchase | The request is for a purchase.  | 
      
| 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.  | 
      
| Split | Splits an existing allocation into two parts. The operation keys of an existing allocation must be specified.  |