Generated after a successful Delete InventoryEntry request.

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

Properties

sku: string

The sku of the InventoryEntry that was deleted.

supplyChannel?: ChannelReference

Reference to the Channel where the InventoryEntry was deleted.

type: "InventoryEntryDeleted"

Generated using TypeDoc