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

    Interface InventoryEntryDeletedMessagePayload

    Generated after a successful Delete InventoryEntry request.

    interface InventoryEntryDeletedMessagePayload {
        sku: string;
        supplyChannel?: ChannelReference;
        type: "InventoryEntryDeleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    sku: string

    The sku of the InventoryEntry that was deleted.

    supplyChannel?: ChannelReference

    Reference to the Channel where the InventoryEntry was deleted.

    type: "InventoryEntryDeleted"