Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class InventoryRequestType

The operation being requested by an InventoryRequestItem.

Inheritance
System.Object
InventoryRequestType
Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class InventoryRequestType : Enum

Fields

Backorder

The request is for a backorder.

Declaration
public const InventoryRequestType Backorder
Field Value
Type Description
InventoryRequestType

Cancel

Cancel an existing allocation. The operation keys of an existing allocation must be specified.

Declaration
public const InventoryRequestType Cancel
Field Value
Type Description
InventoryRequestType

Complete

Complete an existing allocation. The operation keys of an existing allocation must be specified.

Declaration
public const InventoryRequestType Complete
Field 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 Custom
Field Value
Type Description
InventoryRequestType

Preorder

The request is for a preorder.

Declaration
public const InventoryRequestType Preorder
Field Value
Type Description
InventoryRequestType

Purchase

The request is for a purchase.

Declaration
public const InventoryRequestType Purchase
Field 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 PurchaseOrPreorder
Field 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 Split
Field Value
Type Description
InventoryRequestType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32