Class ValidationIssue
The type of validation issue found during order processing.
Inheritance
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public sealed class ValidationIssue : Enum
Fields
AdjustedQuantityByAvailableQuantity
Item quantity has been adjusted due to available quantity threshold.
Declaration
public const ValidationIssue AdjustedQuantityByAvailableQuantity
Field Value
Type | Description |
---|---|
ValidationIssue |
AdjustedQuantityByBackorderQuantity
Item quantity has been adjusted due to backorder quantity threshold.
Declaration
public const ValidationIssue AdjustedQuantityByBackorderQuantity
Field Value
Type | Description |
---|---|
ValidationIssue |
AdjustedQuantityByMaxQuantity
Item quantity has been adjusted due to maximum quantity threshold.
Declaration
public const ValidationIssue AdjustedQuantityByMaxQuantity
Field Value
Type | Description |
---|---|
ValidationIssue |
AdjustedQuantityByMinQuantity
Item quantity has been adjusted due to minimum quantity threshold.
Declaration
public const ValidationIssue AdjustedQuantityByMinQuantity
Field Value
Type | Description |
---|---|
ValidationIssue |
AdjustedQuantityByPreorderQuantity
Item quantity has been adjusted due to preorder quantity threshold.
Declaration
public const ValidationIssue AdjustedQuantityByPreorderQuantity
Field Value
Type | Description |
---|---|
ValidationIssue |
CannotProcessDueToMissingOrderStatus
Cannot process due to missing order status.
Declaration
public const ValidationIssue CannotProcessDueToMissingOrderStatus
Field Value
Type | Description |
---|---|
ValidationIssue |
None
There were no issues found.
Declaration
public const ValidationIssue None
Field Value
Type | Description |
---|---|
ValidationIssue |
PlacedPricedChanged
Item placed priced has changed.
Declaration
public const ValidationIssue PlacedPricedChanged
Field Value
Type | Description |
---|---|
ValidationIssue |
RejectedInventoryRequestDueToInsufficientQuantity
The inventory request for item has been rejected because there is not enough available quantity.
Declaration
public const ValidationIssue RejectedInventoryRequestDueToInsufficientQuantity
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToCodeMissing
The catalog entry code that maps to the line item has been removed or changed.
Declaration
public const ValidationIssue RemovedDueToCodeMissing
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToInactiveWarehouse
Item has been removed from the cart because the selected warehouse is inactive.
Declaration
public const ValidationIssue RemovedDueToInactiveWarehouse
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToInsufficientQuantityInInventory
Item has been removed from the cart because there is not enough available quantity.
Declaration
public const ValidationIssue RemovedDueToInsufficientQuantityInInventory
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToInvalidMaxQuantitySetting
Item has been removed due to invalid setting for maximum quantity.
Declaration
public const ValidationIssue RemovedDueToInvalidMaxQuantitySetting
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToInvalidPrice
Item has been removed due to invalid price.
Declaration
public const ValidationIssue RemovedDueToInvalidPrice
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToMissingInventoryInformation
Item has been removed due to missing inventory information.
Declaration
public const ValidationIssue RemovedDueToMissingInventoryInformation
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToNotAvailableInMarket
Item has been removed from the cart because it is not available in your market.
Declaration
public const ValidationIssue RemovedDueToNotAvailableInMarket
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToUnavailableCatalog
Item has been removed from the cart because the catalog of this entry is not available.
Declaration
public const ValidationIssue RemovedDueToUnavailableCatalog
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedDueToUnavailableItem
Item has been removed from the cart because it is not available at this time.
Declaration
public const ValidationIssue RemovedDueToUnavailableItem
Field Value
Type | Description |
---|---|
ValidationIssue |
RemovedGiftDueToInsufficientQuantityInInventory
Gift item has been removed from the cart because there is not enough available quantity.
Declaration
public const ValidationIssue RemovedGiftDueToInsufficientQuantityInInventory
Field Value
Type | Description |
---|---|
ValidationIssue |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |