Generated after a successful Create InventoryEntry request.

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

Hierarchy (View Summary)

Properties

Properties

inventoryEntry: InventoryEntry

InventoryEntry that was created.

type: "InventoryEntryCreated"