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

    Interface InventoryEntryReference

    interface InventoryEntryReference {
        id: string;
        obj?: InventoryEntry;
        typeId: "inventory-entry";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced InventoryEntry.

    Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.

    typeId: "inventory-entry"

    Type of referenced resource.