Typescript SDK Type Docs
    Preparing search index...

    Interface ProductTypeKeyReference

    Used by the Import API to identify a ProductType.

    interface ProductTypeKeyReference {
        key: string;
        typeId: "product-type";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced ProductType.

    typeId: "product-type"

    Type of referenced resource.