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

    Interface VariantReference

    interface VariantReference {
        id: string;
        obj?: Variant;
        typeId: "variant";
    }

    Hierarchy (View Summary)

    Index
    id: string

    Unique identifier of the referenced Variant.

    obj?: Variant

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

    typeId: "variant"

    Type of referenced resource.