Generated after a successful Create InventoryEntry request.

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

Properties

Properties

inventoryEntry: InventoryEntry

InventoryEntry that was created.

type: "InventoryEntryCreated"

Generated using TypeDoc