Typescript SDK Type Docs
    Preparing search index...

    Interface PriceKeyReference

    Used by the Import API to identify an Embedded Price.

    interface PriceKeyReference {
        key: string;
        typeId: "price";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Embedded Price.

    typeId: "price"

    Type of referenced resource.