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

    Interface CustomObjectReference

    interface CustomObjectReference {
        id: string;
        obj?: CustomObject;
        typeId: "key-value-document";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced CustomObject.

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

    typeId: "key-value-document"

    Type of referenced resource.