Click or drag to resize
SKUNotInStockValidationError Properties

The SKUNotInStockValidationError type exposes the following members.

Properties
  NameDescription
Public propertyInventoryUnits
Number of units available in stock.
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Public propertyMessageParameters
Returns an array containing SKU name and units in stock for the SKU.
(Overrides ShoppingCartItemValidationErrorMessageParameters.)
Public propertySKUId
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUName
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Top
See Also