Typescript SDK Type Docs
    Preparing search index...

    Interface ProductVariantKeyReference

    Used by the Import API to identify a ProductVariant.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced ProductVariant.

    typeId: "product-variant"

    Type of referenced resource.