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