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

    Interface InventoryEntryCreatedMessagePayload

    Generated after a successful Create InventoryEntry request.

    interface InventoryEntryCreatedMessagePayload {
        inventoryEntry: InventoryEntry;
        type: "InventoryEntryCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    inventoryEntry: InventoryEntry

    InventoryEntry that was created.

    type: "InventoryEntryCreated"