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

    Interface IResourceIdentifier

    interface IResourceIdentifier {
        id?: string;
        key?: string;
        typeId?: ReferenceTypeId;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string

    Unique identifier of the referenced resource. Required if key is absent.

    key?: string

    User-defined unique identifier of the referenced resource. Required if id is absent.

    Type of referenced resource. If given, it must match the expected ReferenceTypeId of the referenced resource.