Typescript SDK Type Docs
    Preparing search index...

    Interface ProductKeyReference

    Used by the Import API to identify a Product.

    interface ProductKeyReference {
        key: string;
        typeId: "product";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Product.

    typeId: "product"

    Type of referenced resource.