References a product variant by key.

interface ProductVariantKeyReference {
    key: string;
    typeId: "product-variant";
}

Properties

Properties

key: string
typeId: "product-variant"