Click or drag to resize
ShoppingCartItemCheckResult Properties

The ShoppingCartItemCheckResult type exposes the following members.

Properties
  NameDescription
Public propertyCartItem
Affected shopping cart item object.
Public propertyHasOtherErrors
Indicates whether result has any other (custom) errors.
Public propertyCheckFailed
Indicates whether the check has failed.
Public propertyInventoryUnits
Number of available units when not enough. Value is set to -1 when all requested units are available.
Public propertyMaxUnits
Maximum unit count in one order. Value is set to -1 when maximum units in order condition is met.
Public propertyMaxUnitsExceeded
Indicates that maximum unit count in one order condition is not met.
Public propertyMinUnits
Minimum unit count in one order. Value is set to -1 when minimum units in order condition is met.
Public propertyMinUnitsNotReached
Indicates that minimum unit count in one order condition is not met.
Public propertyNotEnoughUnits
Indicates that requested unit count is not available.
Public propertyOtherErrors
List of other (custom) error messages.
Public propertyProductDisabled
Indicates that product is disabled.
Public propertyProductValidityExpired
Indicates that product has expired.
Public propertyRegisteredCustomerRequired
Indicates that product can not be purchased, because it requires registered customer.
Top
See Also