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

    Interface QuoteRequestResourceIdentifier

    interface QuoteRequestResourceIdentifier {
        id?: string;
        key?: string;
        typeId: "quote-request";
    }

    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.

    typeId: "quote-request"

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