A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class InventoryAdjustEventArgs

EventArgs when there are inventory adjusts.

Inheritance
System.Object
InventoryAdjustEventArgs
Namespace: Mediachase.Commerce.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class InventoryAdjustEventArgs : CatalogKeyEventArgs

Constructors

InventoryAdjustEventArgs(IEnumerable<CatalogKey>)

Initializes a new instance of the InventoryAdjustEventArgs class.

Declaration
public InventoryAdjustEventArgs(IEnumerable<CatalogKey> catalogKeys)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<CatalogKey> catalogKeys

The catalog keys.