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

    Interface InventoryEntryOutOfStockMessagePayload

    Generated after InventoryEntry quantityOnStock goes to 0.

    interface InventoryEntryOutOfStockMessagePayload {
        sku: string;
        supplyChannel?: ChannelReference;
        type: "InventoryEntryOutOfStock";
    }

    Hierarchy (View Summary)

    Index
    sku: string

    The sku of the InventoryEntry whose quantityOnStock went to 0.

    supplyChannel?: ChannelReference

    Reference to the Channel where the InventoryEntry quantity on stock went to 0.

    type: "InventoryEntryOutOfStock"