@gradientedge/commercetools-utils
    Preparing search index...

    Interface InventoryEntrySafetyStockMessagePayload

    Generated after InventoryEntry quantityOnStock reaches the configured safety stock level. For more information, see InventoryEntryStockLevels.

    interface InventoryEntrySafetyStockMessagePayload {
        quantityOnStock: number;
        sku: string;
        supplyChannel?: ChannelReference;
        type: "InventoryEntrySafetyStock";
    }

    Hierarchy (View Summary)

    Index
    quantityOnStock: number

    The quantityOnStock of the InventoryEntry at the time the safety stock level was reached.

    sku: string

    The sku of the InventoryEntry whose quantityOnStock reached the configured safety stock level.

    supplyChannel?: ChannelReference

    Reference to the Channel where the InventoryEntry quantityOnStock reached the configured safety stock level.

    type: "InventoryEntrySafetyStock"