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

    Interface ReviewReference

    interface ReviewReference {
        id: string;
        obj?: Review;
        typeId: "review";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Review.

    obj?: Review

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

    typeId: "review"

    Type of referenced resource.