Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerKeyReference

    Used by the Import API to identify a Customer.

    interface CustomerKeyReference {
        key: string;
        typeId: "customer";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Customer.

    typeId: "customer"

    Type of referenced resource.